Unplanned
Last Updated: 03 Jul 2024 07:29 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: PropertyGrid
Type: Feature Request
0
Add a Visibility DependencyProperty (to support data binding) to the GroupDefinition class. The same setting is available in the PropertyDefinition objects and it affects the property fields in the UI. The Visibility of the GroupDefinitions should hide/show the entire group along with all its child property fields.

The GroupDefinition Visibility should not update the Visibility of the child PropertyDefinition objects. Both properties should work independent.
Unplanned
Last Updated: 21 Nov 2024 12:02 by Stenly
Currently, the order of the GroupDefinitions will be based on the OrderIndex of the PropertyDefinitions, which means that in order to reorder the groups, you will have to order the PropertyDefinitions.

The GroupDefinition class exposes the DisplayIndex property, which we can review and improve its functionality to allow the user to directly order the groups based on it.
Completed
Last Updated: 18 Apr 2017 07:30 by ADMIN
If an EditorAttribute's EditorStyle is set to None and a custom usercontrol is used as an editor, the DataContext of the usercontrol is not respected.


Available in LIB version 2017.1.417 , it will be also available in the R2 2017 Release. 
Completed
Last Updated: 23 Nov 2017 09:40 by ADMIN
Unplanned
Last Updated: 03 Aug 2017 15:57 by ADMIN
Completed
Last Updated: 18 Apr 2017 07:40 by ADMIN
Modify the current implementation so that the TypeConverter is applied as well when its GetStandardValues method is not overriden.

Available in LIB version 2017.1.417 , it will be also available in the R2 2017 Release. 
1 2 3 4 5 6