xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.91k stars 878 forks source link

Please add a default value to `ExpandableObjectAttribute` #1682

Open billw2012 opened 3 years ago

billw2012 commented 3 years ago

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.

XceedBoucherS commented 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.