|
TCustomVirtualStringTree.ColumnIsEmpty Method
Used to determine if a cell is considered as being empty.
Pascal
function ColumnIsEmpty(Node: PVirtualNode; Column: TColumnIndex): Boolean; override;
Description
An empty cell might be used for the automatic column spanning feature. Descentants can override this method to modify the tree's behavior.
See Also
toAutoSpanColumns
Class
Links
What do you think about this topic? Send feedback!
|