I\'m working on a compact framework project and whilst most of the properties are fairly straight forward (I.e. mark them as browsable in the xmta file), I\'m struggling to get this to work for more c
I have a class that I\'ve written a TypeConverter for. I want to keep the TypeConverter separate from the main solution, as it is only needed at design time and have an extensibility project now that
I have a TypeConverter for a TopMostNode class. It extends ExpandableObjectConverter. The To开发者_StackOverflow社区pMostNode has two properties. Setting those in the property grid results in correctl
I have a FileNameEditor inside a property grid, which has a few entries like Main File :\"C:\\blah1\" Sec File: \"C:\\blah2\"
I wish to know if .Net-3.5 comes with a built-in List<string> or s开发者_如何学JAVAtring[] TypeConverter or UITypeEditor so that I can edit this kind of property from a property grid.UITypeEdito
Only the ConvertTo method gets called(a lot of times) when accessing the propertygrid. This correctly returns the \"Foo!\" string in the propertygrid. When I click to edit I get an exception Cannot co
it\'s a New Year but you\'re still left with a thick Mr Dean!! Ok, the scenario - I have a textbox, a two radio buttons, a button and a gridview.
This is annoying: <GeometryDrawing> <GeometryDrawing.Pen> 开发者_JAVA百科<Pen Brush=\"Black\"/>
I am trying to bind an IList of objects to a GridView\'s DataSource and one of the properties of the object is an enum.I was trying to use a TypeConverter on the enum to use a Descr开发者_开发百科ipti
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.