I would like to create a descendant component from TVirtualStringTree
and to add few more properties to Columns
collection.
The actual structure of TVirtualStringTree
is:
+ Header (TVTHeader)
|+ Columns (TVirtualTreeColumns)
|+ CollectionItem (TVirtualTreeColumn)
|- Text
|- Width
|+ Options
|- CheckBox
|- ... Here under [CollectionItem] I would like to add some more properties
Please some support about this topic. Thank you!