Skip to main content

TdxCustomOrgChart.DefaultNodeHeight Property

Specifies the default height of tree nodes, in pixels.

Declaration

property DefaultNodeHeight: Word read; write; default 40;

Property Value

Type Default
Word 40

Remarks

Use this property to adjust the height of the tree nodes whose Height property is set to 0.

The minimum node height is 16 pixels if no image list is assigned to the Images property. Otherwise, the minimum node height equals the associated image list’s doubled Height property value.

The DefaultNodeHeight property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The default value of the DefaultNodeHeight property is 40.

See Also