|
|
2010‑12‑02
4,194 views
|
"I was able to get BrowsableAttributes to work from code with:
List<Attribute> attrs = new List&l..."
|
|
|
2010‑11‑29
3,432 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,748 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,910 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,861 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,342 views
|
"Hallo,
I encountered a problem when using the NotifyParentProperty. It seems like when this property is set to &qu..."
|
|
|
2010‑04‑08
7,459 views
|
"I created a UserControl.
UserControl is:
<Grid Focusable="False">
<TabControl TabStrip..."
|
|
|
2010‑10‑15
3,668 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,978 views
|
"Hello Support,
we use an ExpandableCollectionConverter to display and edit a ChildCollection (where each child is an..."
|
|
|
2010‑10‑15
6,563 views
|
"Is there any examples in question?
In particular for ComboBoxPropertyEditor and DialogTextBoxPropertyEditor.
Thanks..."
|
|
|
2010‑10‑15
4,207 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,935 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 ..."
|
|
|
2010‑10‑08
5,221 views
|
"I am using a PropertyGrid, populated with a number of PropertyGridPropertyItems and PropertyGridCategoryItems. I hav..."
|
|
|
2010‑10‑11
3,385 views
|
"I have a value type I want edited in the PropertyGrid, lets say, struct Point( float X, float Y, float Z ). The edita..."
|
|
|
2010‑10‑06
3,172 views
|
"I am looking to add new properties to the propertygrid from a custom editor. the new properties are not necessarily p..."
|
|
|
2010‑10‑05
3,115 views
|
"We have a requirment where we want the tab key to jump on propertyvalues directly. currently tab key first goes to pr..."
|
|
|
2010‑10‑05
2,979 views
|
"Hi,
I have a combo box linked to a ObjectDataSource with ObservableCollection<>.
I want the property box to..."
|
|
|
2010‑10‑05
3,303 views
|
"We have a requirement where there is a drop down property(with eg: red, brown options) in the property grid we want ..."
|
|
|
2010‑09‑30
3,552 views
|
"Hi,
I have the following issue:
I implemented a CachedPropertyDataAccessorBase to do some special handling in t..."
|
|
|
2010‑09‑17
3,460 views
|
"Hello,
I am having a weird behaviour with the BrushPropertyEditor.
I have an Editor class attribute on an object, w..."
|