|
ShellBrowser Delphi Components Documentation
|
Set the height of a TTreeNode un multiples of the default node height of the TTreeView control.
class procedure SetNodeIntegralHeight(pTreeNode: TTreeNode; pIntegralHeight: Cardinal); overload;
|
Parameters |
Description |
|
pTreeNode: TTreeNode |
The TTreeView for that the node height should be set. |
|
pIntegralHeight: Cardinal |
The node height in pixels based on 96dpi (100%). Scaling will be done automatically. |