Default size used for expand and collapse indicators in TCustomTreeView.
Source position: comctrls.pp line 3317
const DefaultTreeNodeExpandSignSize = 9; |
DefaultTreeNodeExpandSignSize contains thew default value used in the TCustomTreeView.ExpandSignSize property. The value may be scaled at run-time in TCustomTreeView if the PPI (Pixels Per Inch) setting in the control differs from the value used at design-time.
|
Size of expand/collapse (fold/unfold) symbol. |