propertygrid Questions
2
Solved
I want to create a property grid like this: Ext JS Property Grid demo
However I don't want to use extjs, and am using jQuery instead. What plugin would most easily enable to me create a propertygr...
Pelfrey asked 29/8, 2009 at 13:4
1
Solved
I want to take an object, let's say this object:
public class BenchmarkList
{
public string ListName { get; set; }
public IList<Benchmark> Benchmarks { get; set; }
}
and have that object...
Communicant asked 2/3, 2011 at 17:20
1
Solved
I'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 the node. The wa...
Ovipositor asked 21/2, 2011 at 17:57
2
Solved
How can I have a property grid update automatically when the object in its SelectedObject property changes? I've tried implementing INotifyPropertyChanged in my class but the property grid does not...
Rudelson asked 25/6, 2010 at 18:32
2
Solved
I know I can do this by writing custom type descriptors etc., however given how simple this requirement is; am I missing an easy way of doing it.
Being able to set the string for "true" and "false...
Guinna asked 12/1, 2011 at 13:43
1
Solved
I have a datagridview with info about competitors. I display each copmetitor's properties in PropertyGrid. I want some of those properties (e.g. Degree, City, Institute) to be dropboxes with values...
Christenachristendom asked 6/1, 2011 at 14:45
3
Solved
I love PropertyGrid, well, at least the concept behind it - use reflection and attributes to edit your objects without writing much UI code.
My excitement died out pretty quickly though, the defau...
Belen asked 24/8, 2010 at 21:23
5
Solved
I am wondering how to change the DisplayNameAttribute on runtime, I want the displayName to be Feet instead of Meters in my property grid when I do some conversions, is that possible?
[DisplayName...
Directed asked 10/3, 2010 at 21:47
1
Solved
I'm building an application using WPF that will be a designer of sorts, meaning, a user can drag and drop custom UI elements into a canvas and be able to configure their behavior via properties.
(...
Dune asked 27/9, 2010 at 0:21
3
Solved
All PropertyGrid examples I have seen allow the user to edit a single object, which PropertyGrid scans by reflection. I would like the user to be able to edit, for example, an ini file or a plain-o...
Muslim asked 8/9, 2010 at 16:2
1
Solved
Is it possible to have a file/directory selection button next to a property value in the PropertyGrid? Hitting the button would launch a standard "Open File" or "Select Directory" type of dialog. I...
Paramo asked 7/9, 2010 at 6:51
2
Solved
Alright so my terminology when it comes to C# isn't great, so I'll attempt to explain this with a small example. If you create a class which you are using within a PropertyGrid and you have the fol...
Bellis asked 24/5, 2010 at 15:13
2
Solved
I am currently hoping to use a PropertyGrid to allow users to edit some of my classes, however I've hit a wall with passing objects to the UITypeEditor(s) they use. When the user presses the drop d...
Danit asked 18/6, 2009 at 3:18
1
Solved
I have a .NET PropertyGrid control which displays properties of some class. I want to change the color or font or background color(it doesn't matter just that they look different from the other dis...
Arruda asked 18/5, 2010 at 13:20
2
I'm looking to hide/show properties depending on what selection the user makes in a drop. I am handling the event fine, but cannot actually make the correct properties disappear. The solutions I ha...
Coates asked 23/2, 2010 at 16:38
5
Solved
I can't seem to find the answer to this anywhere. What default editors/converters are building into 3.5 Framework PropertyGrid control. Otherwise what object types can I throw at it and it be able ...
Beret asked 9/4, 2009 at 19:37
2
Solved
I'm writing a GUI application where I need to enable editing properties of arbitrary objects (their types are only known at run-time).
I've decided to use the PropertyGrid control to enable this f...
Mele asked 10/12, 2009 at 23:28
3
Solved
I want to start a new application on WPF. The new User interface in WPF needs DataGridView control and PropertyGrid Control. But it looks like that these two controls won't exist in WPF and I want ...
Pard asked 12/11, 2009 at 6:42
2
Solved
I have a class that I use in a PropertyGrid. I found that by setting CategoryAttribute on each property it creates a new category for each item, obviously. This sets my property grid to have a [+] ...
Considerate asked 17/9, 2009 at 19:30
4
Solved
I'm creating a program where the user has the option of creating their own custom properties that will ultimately be displayed in a PropertyGrid. Right now I don't want to mess with custom editors,...
Proscription asked 14/4, 2009 at 2:31
1
Solved
I am looking for a way to change the value of the DisplayName attribute of a property at run-time. Is this even possible in Windows Forms?
Vernissage asked 30/6, 2009 at 5:18
1
Solved
I have a List<> (my custom class). I want to display a specific item in this list in a box on the PropertyGrid control. At the end of the box I would like the [...] button. When clicked, it woul...
Rustice asked 19/6, 2009 at 3:33
1
Solved
i have System.Data.DataRows with several fields, most of them just plain types like int, single, string.
what is the best way to make them editable using a propertygrid?
it should work automatical...
Bloody asked 3/6, 2009 at 8:21
1
Solved
I'm trying to get an overall understanding of how you use ICustomTypeDescriptor, TypeDescriptionProvider, TypeConverter, and UITypeEditor to change how a PropertyGrid displays and interfaces with a...
Erlindaerline asked 14/4, 2009 at 22:5
1
Solved
I'm customizing how an object type is displayed in a PropertyGrid by implementing ICustomTypeDescriptor. I'm allowing the user to create their own custom properties that are stored in a single dict...
Heterologous asked 9/4, 2009 at 20:27
© 2022 - 2024 — McMap. All rights reserved.