propertygrid
How can I expand a ExpandableObjectConverter object in a PropertyGrid automatically?
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[详细]
2023-01-23 11:56 分类:问答How to Force use of Custom UITypeEditor for System Types
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[详细]
2023-01-23 02:40 分类:问答PropertyGrid in Adobe Flex?
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[详细]
2023-01-23 01:36 分类:问答Retrieve Collections and Enums Selected Value WPF Property Grid
I am using WPF PropertyGrid (http://www.codeplex.com/wpg) in my project. But i have some problems with this component.[详细]
2023-01-22 10:29 分类:问答Reflection and custom ControlDesigner doesn't seem to work in c#
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[详细]
2023-01-21 01:44 分类:问答PropertyGrid and Providing Undo
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.[详细]
2023-01-20 18:14 分类:问答Custom Editor for a Boolean Property in a PropertyGrid (C#)
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[详细]
2023-01-20 08:17 分类:问答An alternative to PropertyGrid? Please hear me out
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[详细]
2023-01-19 21:02 分类:问答Inherited Control Visible/Enabled Property Value Always True: PropertyGrid
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.[详细]
2023-01-19 20:33 分类:问答refresh a collection in propertygrid
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.[详细]
2023-01-16 15:57 分类:问答