ShellBrowser Delphi Components Documentation
|
Set the height of treenodes in a TTreeView control.
class procedure SetTreeNodeHeight(pTreeView: TCustomTreeView; pNodeHeight: Cardinal; pScale: Boolean = True); overload;
Parameters |
Description |
pTreeView: TCustomTreeView |
The TCustomTreeView descendant for that the node height should be set. |
pNodeHeight: Cardinal |
The node height in pixels. |
pScale: Boolean = True |
If True the parameter pNodeHeight must be based on 96dpi (100%). Scaling will be done automatically then. If False, no scaling will be done. This parameter is optional, the default value is True. |