|
2019‑06‑25
716 views
|
"Hi!
I'm having problems with finding the right place to set or change CategoryModels.
In my code, I create Proper..."
|
|
2019‑05‑29
1,209 views
|
"Hi,
I have a ThemedDataGrid using the Dark Theme that has a DataGridComboBoxColumn. When the DataGridComboBoxColum..."
|
|
2019‑04‑03
827 views
|
"Hi,
when using the TreeListBoxItemAdapter allowing drag an drop of tree items, we are no longer able to handle file..."
|
|
2019‑03‑20
708 views
|
"I am using the PropertyGrid and a derivation of an Int32PropertyEditor. The only things I do in my derivation are se..."
|
|
2019‑03‑25
837 views
|
"So im using the property grid to display some data to the user.
I am not using the DataObject feature but rather im..."
|
|
2019‑03‑12
763 views
|
"Hi,
We have a project which uses a custom TypeDescriptorFactory to generate instances of a custom PropertyDescripto..."
|
|
2019‑03‑05
590 views
|
"Hi,We are using the Actipro Property Grid... we have a viewmodel with an ObservableCollection and we want to hide the..."
|
|
2019‑03‑04
655 views
|
"Hi, We are using the Actipro Property Grid, and we have an ObservableCollection that we are changing dynamically, but..."
|
|
2019‑02‑26
1,167 views
|
"Hi,
im trying to port some old WPF TreeView code to use actipro TreeListBox but i cannot seem to manage to display ..."
|
|
2019‑02‑07
766 views
|
"Hello,
We encountered a problem with IsReadOnly and the collection changed event in the DataObjects.
Repro st..."
|
|
2019‑01‑26
1,131 views
|
"Hi,
I have a class like this:
class Foo
{
[Category("Foo")]
public int X;
//...
[Category("Test", TypeConvert..."
|
|
2019‑01‑25
1,297 views
|
"Hi,
in our previous application we have built our own property grid to show and edit an object.
For some of those..."
|
|
2019‑01‑25
875 views
|
"Hi,
so im trying to use the Treelistview and i followed to examples to build a list of items.
All is working ..."
|
|
2019‑01‑17
693 views
|
"Hi,
I am finding that the dispose method of the property model either doesn't get called at all, or gets called spo..."
|
|
2018‑12‑05
725 views
|
"Hi !
I want to expand all of my properties but one. I tried this DataFactory code according to your sample but it d..."
|
|
2018‑11‑25
1,249 views
|
"Hi there,
I have DataGrid whitch is binded to a MySQL table. I have defined the rows using: DataGridTextColumn Bin..."
|
|
2018‑11‑22
718 views
|
"Hi,
I wanted to do something similar to the Sorting example in your sample so I created a class inheriting from Dat..."
|
|
2018‑11‑14
678 views
|
"Hi !
I wanted to have all my categories collapsed by default so I tried something like
protected override ICategor..."
|
|
2018‑10‑22
670 views
|
"Hi,
I noticed that the Ctrl+/ or Ctrl+* shortcuts doesn't work when the focus is on a property, it has to be on a c..."
|
|
2018‑10‑02
1,106 views
|
"Hi,
I am trying to implement column sorting on a flattened tree list view. I have captured the column clicks, set ..."
|