|
|
2016‑02‑17
4,382 views
|
"When the PropertyGrid has ReadOnly="True", the standard editors that use a TextBox set the IsReadOnly property of the..."
|
|
|
2010‑05‑12
4,955 views
|
"Is it possible to use the property grid with c# 4.0's dynamic (ExpandoObject) ?
Binding SelectedObject to my d..."
|
|
|
2016‑02‑11
3,916 views
|
"I am trying to expand the child elements in a property grid. I've tried setting:
IsExpandedByDefault = true,Propert..."
|
|
|
2016‑01‑12
4,208 views
|
"I have a question regarding using a custom DataFactory and getting expanded properties to notify there parent on edit..."
|
|
|
2015‑12‑22
5,019 views
|
"I am trying to disable or make read only some properties at run time based on when a check box is checked and I'm hav..."
|
|
|
2015‑11‑23
4,152 views
|
"Hello, I have a simple class with a string property that I edit in the property grid. I added a type converter that i..."
|
|
|
2015‑11‑16
3,792 views
|
"My enum properties use the EnumEditBox which does not close automatically when a radio button is clicked. I would lik..."
|
|
|
2015‑11‑16
3,698 views
|
"I have looked at the Custom Factory samples but I can not figure out how to create custom property hierarchies that a..."
|
|
|
2015‑11‑16
3,880 views
|
"Is it possible to have a enum property with child properties in such a way that when the enum is changed the child pr..."
|
|
|
2011‑06‑16
15,117 views
|
"New to this grid so here goes: Could someone please direct me to an example which displays a combobox for a list of s..."
|
|
|
2015‑11‑09
3,844 views
|
"How can I change the color of the indentation part of a rendered property? I have tried to change the border color of..."
|
|
|
2015‑11‑02
3,956 views
|
"Hi!
How can I use data factories to create properties where I skip a step in the property chain?
A property chain..."
|
|
|
2015‑10‑23
4,475 views
|
"When populating a PropertyGrid via SelectedObject, my understanding is that the correct way to specify my desired edi..."
|
|
|
2015‑10‑05
3,848 views
|
"I would like to have my collection shown sorted when this class is presented in the PropertyGrid.
As this stands no..."
|
|
|
2015‑09‑26
3,662 views
|
"I have created a property (see below) that shows ok in the grid, but am having trouble getting it to validate against..."
|
|
|
2009‑04‑24
5,571 views
|
"We are using the property grid in a situation where all of the properties (except one) are readonly for items in this..."
|
|
|
2015‑07‑07
3,917 views
|
"Hi,
I have a problem using the PropertyGrid and a ComboBox with the IDataErrorInfo.
In your example ActiproSoftwa..."
|
|
|
2015‑06‑19
3,842 views
|
"Hey,
We currently use the property grid with custom data accessors (implementing IDataErrorInfo). It appears your s..."
|
|
|
2015‑06‑12
3,687 views
|
"I display a few enum values in my property grids, and sometimes I need to reassign these values and update the bindin..."
|
|
|
2015‑06‑02
4,255 views
|
"Hi,
We really like the default functionality provided by the property grid using reflection, but we need some more ..."
|