ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellControlHelper.SetNodeIntegralHeight

Set the height of a TTreeNode un multiples of the default node height of the TTreeView control.

Syntax
Pascal
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.