|
TVirtualDrawTree.Margin Property
Read or set the tree's node margin.
Pascal
property Margin: Integer;
Description
The node margin is the distance between the cell bounds and its content like the lines, images, check box and so on. However this border is only applied to the left and right side of the node cell.
Note: there is also a TextMargin property in TVirtualStringTree, which is an additional border for the cell text only.
See Also
TVirtualStringTree.TextMargin
Class
Links
What do you think about this topic? Send feedback!
|