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 (624)

  Date Thread Details
2011‑06‑20
2,763 views
"I have an editor in the PropertyGrid that will need to force everything through the IDataFilter again. As it sits, i..."
2011‑06‑20
4,817 views
"I'm adding support for undo / redo to our application and have hit an issue with the property grid. Usually, when..."
2011‑06‑16
3,308 views
"I have followed the instructions in this post on how to sort categories. I have overridden GetDataAccessors in my fa..."
2011‑06‑16
3,508 views
"Hi all, i want to display the numbers for my property in dropdown list of the propertygrid. In all examples is used ..."
2011‑06‑15
3,132 views
"Hi, We achieved to iterate through every control item in the property grid via the KeyDown event, using the Items ..."
2011‑06‑03
3,212 views
"I have user request to change the forground color of read-only name cell. The current color used is too light and h..."
2011‑06‑03
5,995 views
"I have a PropertyGrid as content of a docking ToolWindow. When I use a PropertyGrid inside a ScrollViewer, the mouse..."
2011‑05‑09
6,099 views
"Hi all, i want to show the properties of my custom control in propertyGrid, but not all properties, only the propert..."
2011‑05‑20
3,103 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,596 views
"Hi, I've created a collection of dynamic properties and some of the properties are marked with specific attribute..."
2011‑04‑26
3,378 views
"I have a class that has a list of values. [TypeConverter(typeof(ExpandableObjectConverter))] public MyClass ..."
2011‑04‑19
8,201 views
"Hello, I am evaluating the PropertyGrid control and have a question about setting custom edtitors through the Edit..."
2011‑04‑15
14,786 views
"In our property grid, we want to have special behaviors run when a user finishes editing certain text properties. ..."
2011‑04‑14
3,380 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
4,732 views
"I am using SelectedObjects to populate my grid, and using a ICustomTypeDescriptor to provide the list of properties (..."
2010‑08‑13
6,589 views
"I'm working with SelectedObject and need to show/hide some properties according to the value of another property...."
2011‑03‑21
3,181 views
Static properties by KC
1 reply (13 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,118 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,080 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,151 views
"Looking to implement a Visual Studio style watch Window, and it occurred to me that the PropertyGrid is 90% of what w..."