I\'ve created a custom user control that has several properties. One specifies which database I want the control to access. I want to be able to present the user of the control a drop down from which
To Any...To All, My property grid is 开发者_如何学运维inspecting a class that has several color properties...
I am using the propertygrid with a class and associated type converter. When I moved the class and the TypeConverter to a dll, it seems that it is not being called.
I\'m writing a GUI application where I need to enable editing properties of arbitrary objects (their types are only known at run-time).
Where would I start looking if I wanted to 开发者_C百科create my own property grid control in WPF?WPF Property Grid as mentioned by @Pop Catalin is good, but is painful to use in an MVVM scenario; dat
I\'m currently working on some DateTime properties in a PropertyGrid in c#.Net. Im using the default drop-down datetime picker.
I want to start 开发者_如何学运维a new application on WPF. The new User interface in WPF needs DataGridView control and PropertyGrid Control. But it looks like that these two controls won\'t exist in
I am writing an application which is 开发者_开发问答going to allows users to change the properties of a text box or label and these controls are user controls.Would it be easiest to create a separate
I Develop a Form Designer, also develop some custom control that inherit from standard control like button.
I have a bunch of objects that implement different interfaces, some propertie开发者_开发知识库s of this interfaces should be showed and edited through a PropertyGrid, but if I specify something like D