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

  Date Thread Details
2011‑11‑24
3,570 views
"Hi In my property grid I'm making some properties read-only based on the value of other properties, using the ..."
2011‑11‑14
2,893 views
"I have a list<string> property that will either be a list or null. When the list is null the + button is not ..."
2011‑10‑26
4,401 views
"Hi guys, For a specific purpose, I need a control that looks a lot like your PropertyGrid, and yet I haven't f..."
2011‑11‑05
3,245 views
"Hello, I am unable to come up with the implementation of a nullable uint editor that would look and behave similar..."
2011‑11‑02
3,145 views
"Hello- I've found that collection properties of type ICollection<string> (with the actual type being a L..."
2011‑10‑31
4,121 views
"I have a property grid that binds to a dynamic collection through the SelectedObjects property (I do not know what ty..."
2011‑10‑27
3,192 views
"I have a property item that is a collection of booleans that represent the days of the week. I am using List<Bool..."
2011‑10‑10
4,609 views
"Are modified property items displayed in bold only if they differ from default value? I am using property grid to ..."
2011‑10‑27
2,853 views
"I have added a command binding for PropertyGrid.RemovePropertyChildCommand so that I can comfirm the delete of the ..."
2011‑10‑24
3,056 views
"I need to be able to have the Summary area of the PropertyGrid display the value of a Bitmap Property (as an image), ..."
2011‑10‑18
3,015 views
"I am using propgrid to display a parent object and its collection of child objects. Something like this: Paren..."
2011‑10‑14
2,773 views
"Dear Actipro team, I am using PropertyGrid 10.2.532.0, with editable lists. The "+" and "-" ic..."
2011‑10‑06
3,714 views
"I am using PropertyGrid with an object that has collection properties. I would like to instead of having the + Add n..."
2011‑10‑10
2,998 views
"Hi, Currently I have applied custom sort to the property Grid using SortOrder Attibute priority. Custom sort work..."
2011‑10‑07
3,397 views
"Hi all, I've been implementing the classic red box error decorators to our property grid and noticed an intere..."
2011‑09‑23
4,455 views
"Hi all, I've implemented error support for our PropertyGrid by binding an error template to the IDataErrorInfo..."
2009‑02‑24
27,965 views
"I'd like to be able to confirm an edit in a propertygrid field by pressing enter (as in the VS property grid and ..."
2011‑09‑14
3,091 views
"Dear Actipro support, What would be the recommended way to create a custom merge logic for collections? (ie. when ..."
2011‑08‑30
3,797 views
"I'm currently implementing a completely generic Tools | Options dialog as you find in Visual Studio. So, for any..."
2011‑08‑12
3,414 views
"Hi, I have a nested object hierarchy e.g. A.B.C.D Where each level might be an object or an expandable co..."