Grids for WPF

Discussion Forums

Post about Grids for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (656)

  Date Thread Details
2011‑05‑20
3,374 views
"I have a property grid that is populated with virtual properties using a custom type descriptor and a property descri..."
2011‑05‑03
3,809 views
"Hi, I've created a collection of dynamic properties and some of the properties are marked with specific attribute..."
2011‑04‑26
3,628 views
"I have a class that has a list of values. [TypeConverter(typeof(ExpandableObjectConverter))] public MyClass ..."
2011‑04‑19
8,516 views
"Hello, I am evaluating the PropertyGrid control and have a question about setting custom edtitors through the Edit..."
2011‑04‑15
15,835 views
"In our property grid, we want to have special behaviors run when a user finishes editing certain text properties. ..."
2011‑04‑14
3,672 views
"Hi, I am trying to add a number of categories to the PropertyGrid and under each one of them add a few properties...."
2010‑06‑02
5,118 views
"I am using SelectedObjects to populate my grid, and using a ICustomTypeDescriptor to provide the list of properties (..."
2010‑08‑13
6,994 views
"I'm working with SelectedObject and need to show/hide some properties according to the value of another property...."
2011‑03‑21
3,472 views
Static properties by KC
1 reply (14 years ago)
"Is there a reason why Shared (or Static) properties would not appear in the property grid after setting the SelectedO..."
2011‑03‑18
5,462 views
"I recently upgraded my WPF PropertyGrid to 11.1.542 and now when I set the SelectedObject on one of my propertygrids ..."
2011‑03‑17
3,374 views
"Hello, I want to know when I activate a tool window dock to another one,how can I set width or height for the..."
2011‑03‑17
3,452 views
"Looking to implement a Visual Studio style watch Window, and it occurred to me that the PropertyGrid is 90% of what w..."
2011‑02‑23
3,807 views
"I have an object that has a Category and SubCategory property. I want the SubCategory options change depending on wha..."
2011‑02‑28
3,577 views
"Is there a way to dynamically change the readonly ability of a specific property? Not the whole property grid. The re..."
2011‑02‑22
2,467 views
"Hi, I have property item which behaves strange when the property grids 'IsReadOnly' property is set to fal..."
2011‑02‑14
3,608 views
"Hello Larsen, Yes, this is possible. Your best bet would be to use a custom PropertyGrid.DataFilter. The Filters (..."
2011‑01‑21
3,643 views
"I am using the expandable collection display mode to display a property that is a list of 7 booleans(that represent ..."
2011‑01‑17
2,930 views
"Is there a way to have an elipsis button on the category field of a property grid? The button on the category field ..."
2011‑01‑14
3,214 views
"I created a custom property editor that uses the AnimatedExpander to display the text string. So it will expand to d..."
2011‑01‑10
3,107 views
"I have a simple mod to do on a Int32PropertyEditor. I need to read a descriptor to set the .Minimum and the .Maximum..."