Is there a Property Dialog control that i can use in my WPF App?

后端 未结 2 1119

I\'m building an application using WPF that will be a designer of sorts, meaning, a user can drag and drop custom UI elements into a canvas and be able to configure their be

2条回答
  •  我在风中等你
    2020-12-29 15:12

    You need to use a propertygrid for this. See these posts for how to create one.

    Limitations of using .NET 2.0 (Windows Forms) controls in WPF?

    wpf propertyGrid

提交回复
热议问题