I have a .net PropertyGrid. I select an object to view, and a property of that object is a Vector3. I can use ExpandableObjectConverter to automatically expose the properties of the Vector3 into in th
I have a custom UITypeEditor that is in use for Colour Selection with my program using the propertygrid, but I can\'t seem to get it to activate if I just expose system.drawing.color. I need to wrap t
I\'m looking for a PropertyGrid-like control for Adobe Flex, or perhaps the easiest way to create one. The main two things it should do in addition to a normal property grid are displaying categories
I am using WPF PropertyGrid (http://www.codeplex.com/wpg) in my project. But i have some problems with this component.
I have made a custom ControlDesigner that I need to include and exclude properties shown in the property grid. But for some reason it seems just to ignore the code? I don\'t know what I might have don
When using the PropertyGrid and passing in an Object for the user to make changes, what is the best approach for handling a cancel/undo.
I want to assign a custom editor to a boolean property in a PropertyGrid. I\'m using the standard propertygrid (from namespace System.Windows.Forms). It is possible to assign custom editors to propert
I know this is a wide topic, but please hear me out. I have a few instances where I need to edit a set of related properties.Some are free text, another might be an integer or password, and many more
I have created a custom WinForms hosting environment. Which has a toolbox and a PropertyGrid. The controls displayed in the Toolbox are inherited from existing WinForm controls.
hay all. i am using property grid to add or remove an object to a collection. but when the collectioneditor is closed only once the grid refreshes.