|
|
2011‑03‑21
3,757 views
|
"Is there a reason why Shared (or Static) properties would not appear in the property grid after setting the SelectedO..."
|
|
|
2011‑03‑18
5,736 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,618 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,666 views
|
"Looking to implement a Visual Studio style watch Window, and it occurred to me that the PropertyGrid is 90% of what w..."
|
|
|
2011‑02‑23
4,076 views
|
"I have an object that has a Category and SubCategory property. I want the SubCategory options change depending on wha..."
|
|
|
2011‑02‑28
3,889 views
|
"Is there a way to dynamically change the readonly ability of a specific property? Not the whole property grid. The re..."
|
|
|
2011‑02‑22
2,690 views
|
"Hi,
I have property item which behaves strange when the property grids 'IsReadOnly' property is set to fal..."
|
|
|
2011‑02‑14
3,885 views
|
"Hello Larsen,
Yes, this is possible. Your best bet would be to use a custom PropertyGrid.DataFilter. The Filters (..."
|
|
|
2011‑01‑21
3,872 views
|
"I am using the expandable collection display mode to display a property that is a list of 7 booleans(that represent ..."
|
|
|
2011‑01‑17
3,184 views
|
"Is there a way to have an elipsis button on the category field of a property grid?
The button on the category field ..."
|
|
|
2011‑01‑14
3,493 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,316 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,333 views
|
"I have defined properites that use
[Editor(typeof(DialogTextBoxPropertyEditor), typeof(PropertyEditor))]
To disp..."
|
|
|
2010‑03‑18
5,144 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
5,233 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,702 views
|
"Hello Support,
we have a custom TypeDescriptorFactory in which we have overridden the GetProperties(object value, ....."
|
|
|
2010‑12‑13
5,287 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,567 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
4,097 views
|
"I was able to get BrowsableAttributes to work from code with:
List<Attribute> attrs = new List&l..."
|
|
|
2010‑11‑29
3,322 views
|
"This definition used to work. The backing data object would throw an exception and I could catch it with the Validat..."
|