Save and Restore Layout
The ExpressQuantumTreeList control’s layout information contains the following attributes of its bands and columns:
Height (for columns only)
Sort index (for columns only).
Layout information can be saved and then re-applied to this tree list later. This allows you to reset the tree list’s layout to its default at any time.
You can customize the manner in which layout attributes are saved for the tree list and individual columns and bands, by handling the OnGetStoredProperties, OnGetStoredPropertyValue, OnGetStoredPropertyValue, and OnInitStoredObject events.
Member Table
Member Table: Save and Restore Layout
See Also