Open billw2012 opened 3 years ago
Hi, The feature you are asking already exists, but in the Plus edition of the Toolkit. In the Plus edition, the ExpandableObjectAttribute can have a default value of true/false for the expansion of the Properties. In the Community edition, the ExpandableObjectAttribute always have a default value of false for the expansion of the Properties.
I invite you to try for free for 45 days the Plus version of the Toolkit : https://xceed.com/en/our-products/product/toolkit-plus-for-wpf. It contains more features and controls than the Community edition.
Thank you.
This would allow us to specify if the object should be expanded by default. Currently this is only possible to do via the
OnPreparePropertyItem
, and this method both doesn't work for the Collection Editor property grid, and makes it difficult to vary the behavior depending on the property.