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
2015‑02‑16
3,207 views
"I have a window which has a few property grids in a flyout tab; I separated them into their own window, in a separate..."
2015‑01‑23
8,181 views
"I noticed that PropertyGrids seemed particularly slow in my project that I was making and I figured I was doing somet..."
2015‑01‑23
4,212 views
"How can I set a custom error template on the property grid? I am populating the grid using the SelectedObject prope..."
2015‑01‑15
4,345 views
"I have a WPF PropertyGrid control embedded in my product. The object that the PropertyGrid is bound to has a few coll..."
2015‑01‑13
5,065 views
"Hi, according to this answer I've rebuilt my propertyGrid. And there is small issue - when properties changing there..."
2015‑01‑06
3,539 views
"Hi, I have a customFactory to show properties in propertyGrid. It it the same like in example. Also I would like to..."
2015‑01‑06
5,601 views
"Hi, I have a customFactory like in example. My customPropertyDataAccessor class overrides OnValueChanged() to set v..."
2014‑12‑02
3,893 views
"Hi, We have created propertyGrid with customFactory like in example. I have two questions about customization pro..."
2014‑12‑29
3,786 views
"Hi I'm having trouble with some "simple" binding. Copied from the "Editors Integration" example I have co..."
2014‑11‑26
5,383 views
"Hi I'm trying to create a textbox and associated button inside a PropertyGridPropertyItem. I have managed to do..."
2014‑11‑26
3,496 views
"Hi, I've created Custom factory(like in tutorial) for my propertyGrid and it's working good: protected override I..."
2014‑09‑24
3,886 views
"hi, i have question. our propertygrid like tree view(hierarchy), for example - etc - a - 1 - z ..."
2014‑09‑22
4,228 views
"I am converting a .NET WinForms application to WPF. I purchased the Actipro WPF PropertyGrid to replace the .NET Win..."
2014‑09‑04
3,472 views
"A double-click on both the name and the value column changes enum or boolean values. Just test with your sample app. ..."
2014‑08‑27
5,190 views
"Ok, so I'm trying to display the colour picker for a textblock's 'Foreground' property. As I'm pretty sure this pro..."
2014‑09‑04
3,645 views
"How could it as it is contained in a ScrollViewer which forces all items to be created and measured."
2014‑05‑28
4,704 views
"I'm new to Actipro controls (and fairly new to WPF), so this is very possibly (and hopefully) a naïve mistake on..."
2014‑08‑27
2,869 views
"I have the following code: <UserControl> <UserControl.Resources> <DataTemplate x:Ke..."
2014‑08‑12
4,489 views
"hi, i have question in my project. first view my source. // class public class TestObject { priva..."
2014‑06‑23
4,115 views
"Hi, I have a PropertyGrid that is bound to an object with a List<string> member. The CollectionDisplayMode is..."