propertygrid
Is it possible to add attributes to the generated members of an ExpandoObject instance?
I\'m trying to use an ExpandoObject as the SelectedObject of a PropertyGrid. I know how to add the properties I want to the ExpandoObject:[详细]
2023-02-28 02:39 分类:问答How do I allow a “flag” enum to be edited in the WinForm PropertyGrid?
The WinForm PropertyGrid copes well with a standard enum but does does have a built in editor for a flag enum.Someone must have written one, I rather not reinvent the weel.[详细]
2023-02-28 02:02 分类:问答Event Subscriber Cloning
I would like to kn开发者_如何学JAVAow how it is best done to clone an object and reattach the event subscribers to the newly cloned object.[详细]
2023-02-17 11:47 分类:问答Modifying propertyGrid at runtime
I have a property grid and need to modify the data dynamically, so that different properties get different开发者_开发百科 drop down menus (the entries in the dropdown are not known at design time). I[详细]
2023-02-15 20:24 分类:问答PropertyGrid display class members that are also classes
I have the class PGMain as the SelectedObject in the propertygrid: [DefaultPropertyAttribute(\"Basic\")][详细]
2023-02-15 19:14 分类:问答How To: Localization System.ComponentModel.Design.CollectionEditor.CollectionForm for PropertyGrid
I\'m u开发者_C百科sing standard PropertyGrid in my Windows Forms project. But CollectionEditor.CollectionForm what is used for edit collections always in English: buttons, labels and error messages. H[详细]
2023-02-14 19:27 分类:问答displaying a list of custom objects as a property of an object bount to .SelectedObject in PropertyGrid
I\'m going to take another crack at this question b/c the original question I posted earlier was poorly formed, and I did not do enough research first to present a clear, concise question regarding th[详细]
2023-02-14 11:58 分类:问答How to make a Stripped Down PropertyGrid
I开发者_如何学JAVA\'m building an app where I show data in a tree view, and when a user double-clicks on an element in the tree view, the node they clicked on is replaced with an editable version of t[详细]
2023-02-12 15:59 分类:问答Propertygrid changes not picked up when using menu shortcut for saving
I am trying to implement a simple wi开发者_运维知识库ndows forms application, where the user can editinstances of a simple Person class. The application makes use of the standard propertygrid, assigni[详细]
2023-02-09 22:48 分类:问答C# run time class creation
I\'m new to C# and I heard that is possible to create classes at run time. Is this true? If开发者_JAVA百科 it\'s true can you give me a simple example on how to do it? I want to create a class from a[详细]
2023-02-08 22:32 分类:问答