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‑01‑14
3,253 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,143 views
"I have a simple mod to do on a Int32PropertyEditor. I need to read a descriptor to set the .Minimum and the .Maximum..."
2011‑01‑07
3,139 views
"I have defined properites that use [Editor(typeof(DialogTextBoxPropertyEditor), typeof(PropertyEditor))] To disp..."
2010‑03‑18
4,948 views
"Is it possible to register a property editor only for a property on a declared type. Not with an attribute, i would l..."
2011‑01‑04
4,960 views
"Hi, How do you get the modified properties from an object that was edited with the property grid in case of use of..."
2010‑12‑16
4,478 views
"Hello Support, we have a custom TypeDescriptorFactory in which we have overridden the GetProperties(object value, ....."
2010‑12‑13
4,828 views
"We have an application where validation occurs on a separate thread from the UI thread. When new validation errors ar..."
2010‑12‑14
3,363 views
"I need to do a simple action -set a Global Boolean variable: Changed to true- if any of the properties has been chang..."
2010‑12‑02
3,909 views
"I was able to get BrowsableAttributes to work from code with: List<Attribute> attrs = new List&l..."
2010‑11‑29
3,148 views
"This definition used to work. The backing data object would throw an exception and I could catch it with the Validat..."
2010‑11‑22
4,401 views
"When I use the DataTemplate below, it works fine in a ListBox, but not when applied to a PropertyGrid. When I create..."
2010‑11‑15
4,569 views
"Hi, I am having a IEnumerable with a collection of objects. I want to bind the key-value of each object based on..."
2010‑11‑15
5,479 views
"Hi, I am having a Datatable with three columns namely key,value,category. I want to use these data in my pr..."
2010‑11‑04
4,056 views
"Hallo, I encountered a problem when using the NotifyParentProperty. It seems like when this property is set to &qu..."
2010‑04‑08
7,036 views
"I created a UserControl. UserControl is: <Grid Focusable="False"> <TabControl TabStrip..."
2010‑10‑15
3,337 views
"One of the properties I have is a text that could have some predefined values, I'd like for that to have an edita..."
2010‑10‑20
3,678 views
"Hello Support, we use an ExpandableCollectionConverter to display and edit a ChildCollection (where each child is an..."
2010‑10‑15
6,098 views
"Is there any examples in question? In particular for ComboBoxPropertyEditor and DialogTextBoxPropertyEditor. Thanks..."
2010‑10‑15
3,757 views
"I have a property grid thats bound to an object through a couple of layers of indirection. A bit complicated to expla..."
2010‑09‑02
3,590 views
"I have a property that is a list of Values I want to allow the user to delete but not to add, how can I take out the ..."