propertygrid
C# Selecting first row in CategorizedAlphabetical sorted ProperyGrid
I have ProperyGrid loaded with categorised PropertySpec and set to CategorizedAlphabetical sort. When form runs categories then items within categories are sorted. An annoying artefact is that Propert[详细]
2023-03-17 01:31 分类:问答Programmatically show PropertyGrid active control's editing control
I\'ll try t开发者_JS百科o explain the effect I want to achieve. Basically, when user select a particular property (whose accepted values will be presented in a drop down) I\'d like the dropdown to sho[详细]
2023-03-16 22:35 分类:问答How do you have a button in a property grid?
I have a property grid that will have a few properties referenced. I would like to have one of the items in the property grid to be a button or even have a ellipses button which will act like a button[详细]
2023-03-16 12:34 分类:问答Property set isn't being triggered with a UITypeEditor implemented
I have a property grid that when a button is clicked for one of the properties, certain fields are filled in. However the property\'s set isn\'t being triggered. I do not know why.[详细]
2023-03-16 07:17 分类:问答Editing a property of an object inside an object in PropertyGrid
I\'m trying to make an object, configureable/editable with a propertygrid. This is all going well, except for objects inside objects.[详细]
2023-03-13 13:54 分类:问答How can I use a WinForms PropertyGrid to edit a list of strings?
In my application I have a property grid to allow users to change settings.This works fine for strings and other value properties, but what I need now is a list of strings that can be edited by users.[详细]
2023-03-12 04:53 分类:问答databinding propertygrid to property shows correctly in XAML preview engine but fails on runtime
First off, I am using the MVVM pattern with the Prism libraries. My application shell has two Regions: a main diagram region containing diagram shapes and items, and an auxiliary region as a kind of f[详细]
2023-03-10 12:10 分类:问答Help, i can't get my properties into the designer PropertyGrid
What is wrong with this? The property LeftImage doesn\'t show up in the PropertyGrid (WinForms .NET 3.5)[详细]
2023-03-05 10:08 分类:问答How to show or hide properties dynamically in the PropertyGrid?
I am using a PropertyGrid for configuring objects. I need to be able to hide 开发者_开发百科or show some properties depending on the values of other properties. How this can be achieved? I know about[详细]
2023-03-01 08:05 分类:问答How do I view object properties in PropertyGrid?
At the moment I have an object of type A which is being view开发者_如何学Goed by the PropertyGrid. However, one of its properties is of type B. The property which is of type B is not expandable. How c[详细]
2023-02-28 20:46 分类:问答