propertygrid
QtPropertyBrowser and value changed signals
I\'m using the Qt Property Browser library as a record editor.When the user has completed their edits of any given field, by removing focus from the edit item or pressing the enter key, I want to be i[详细]
2023-01-30 19:58 分类:问答need help - IWindowsFormsEditorService in WPF? or possible another alternative solution to my issue
I\'ve taken the following code and extended it to my code: http://www.codeproject.com/KB/vb/PropertyGridEx.aspx[详细]
2023-01-30 00:44 分类:问答How to isolate a set of properties for use with a PropertyGrid?
I have several classes that inherit from WinForm UI controls. They have been extended with extra开发者_JAVA百科 properties which I need to be editable in a property grid control. The problem is, assig[详细]
2023-01-29 14:20 分类:问答Implementing validations in WPF PropertyGrid
I have implemented a PropertyGrid and properties of selected object(in another library) are displayed in it. Property values are bound to PropertyGrid controls through binding. Now, I want to perform[详细]
2023-01-29 09:39 分类:问答Disable auto sorting on property grid in ExtJS
I am dealing with property grid. I want to prevent auto sorting of column names for property grid. here is my code. Bold highlighted code is my source for property grid and its order is just like I wa[详细]
2023-01-28 01:48 分类:问答Property Grid create new instance on a property
I\'m trying to build a quick administrative interface using the built in Windows.Forms PropertyGrid . I managed to decorate my data classes with the appropriate attributes (ExpandableObjectConverter e[详细]
2023-01-27 16:10 分类:问答How can I edit a collection of filenames in a property grid?
I have a collection of filenames in a C# class: private List<string> m_files public List<string> Files[详细]
2023-01-24 08:39 分类:问答WPF PropertyGrid Problem
I am trying to create a WPF based PropertyGrid. Recently i tried wpg.codeplex.com project, but i had some problems with this control.[详细]
2023-01-23 15:37 分类:问答Winforms PropertyGrid - properties not editable
Hello this is my first question of stack overflow, so forgive me if i do anything stupid. Well my problem is that I\'m working on a level editor and i want to use a PropertyGrid control to edit proper[详细]
2023-01-23 12:35 分类:问答Expand C# propertygrid on show
i have a question about property grid. when the form is shown i would like a group to be expand rat开发者_如何学Pythonher then collapsed.[详细]
2023-01-23 12:02 分类:问答