Top "Propertygrid" questions

.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.

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 …

c# string winforms propertygrid
How can I customize category sorting on a PropertyGrid?

How can I customize the sorting of categories in a PropertyGrid? If I set either of the following... propertyGrid.PropertySort = …

.net winforms propertygrid
wpf propertyGrid

I need a propertyGrid for my WPF application . after lots of searches I have found this I have added the …

c# wpf propertygrid
Custom property names in PropertyGrid?

I have a class that I use in a PropertyGrid. I found that by setting CategoryAttribute on each property it …

c# winforms propertygrid
Using a Dictionary in a propertygrid

I'd like to edit a list of key value(string, string) items using a propertygrid. When I use a Dictionary&…

c# winforms data-binding propertygrid
Using Xceed PropertyGrid

I am a beginner at C#/WPF and am trying to use the Xceed PropertyGrid. On their site they show …

wpf propertygrid xceed
PropertyGrid readonly property on object-level

I want to display multiple instances of one class in my PropertyGrid. The class looks like this: public class Parameter { […

c# .net propertygrid propertydescriptor readonly-attribute
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 …

c# propertygrid
List of PropertyGrid Attributes

I can't find any list of the available attributes for the PropertyGrid in C#, do you know where I can …

c# propertygrid
Dynamically set readonly attribute of properties in a PropertyGrid

I have a PropertyGrid that I used to display the properties in a helper class. I assign the helper class …

c# .net winforms readonly propertygrid