|
|
2012‑01‑26
3,294 views
|
"Hi,
I am trying to programatically create a property grid using VB, and I would like to find out if the following ..."
|
|
|
2012‑01‑19
5,638 views
|
"I am setting a TypeConverter for an enum property as in one of your samples.
I don't set the Editor for the enum..."
|
|
|
2012‑01‑17
3,804 views
|
"Basically, the issue that i'm running into is that I need to know when the user is done editing a property field...."
|
|
|
2012‑01‑17
3,581 views
|
"When a property text field is in focus the cursor is at position 0.
How would I set the cursor to end of text lengt..."
|
|
|
2012‑01‑17
3,522 views
|
"The display name for say a collection of strings is index, such as [0], [1], [2], etc. How would I make this start ..."
|
|
|
2011‑12‑23
3,574 views
|
"Hi,
I'm in the process of upgrading our controls to use the latest release, moving from v11.1.0542 to v11.2.05..."
|
|
|
2011‑12‑20
3,842 views
|
"Hi.
Is there a way to use the PropertyGrid in a way that I can drill down into objects?
Let's say that obje..."
|
|
|
2011‑12‑19
4,425 views
|
"I have a nested property (that is, property on an object which itself is a property of another object) of type string..."
|
|
|
2011‑12‑02
3,978 views
|
"I'm trying to solve a problem. I have a property grid that is showing the properties of an object in our view mod..."
|
|
|
2011‑11‑30
3,438 views
|
"I created a custom SummaryTemplate similar to the one in the Summary Customization QuickStart.
The behavior I d..."
|
|
|
2011‑11‑24
3,679 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
3,012 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,526 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,351 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,264 views
|
"Hello-
I've found that collection properties of type ICollection<string> (with the actual type being a L..."
|
|
|
2011‑10‑31
4,245 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,279 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,726 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,947 views
|
"I have added a command binding for
PropertyGrid.RemovePropertyChildCommand so that I can comfirm the delete of the ..."
|
|
|
2011‑10‑24
3,176 views
|
"I need to be able to have the Summary area of the PropertyGrid display the value of a Bitmap Property (as an image), ..."
|