Skip to main content

TdxNavBarOfficeNavigationBarOptionsView.ItemSpacing Property

Specifies the distance (in pixels) between adjacent navigation links.

Declaration

property ItemSpacing: Integer read; write; default 4;

Property Value

Type Default Description
Integer 4

The distance between adjacent navigation links in pixels.

Remarks

Use the ItemSpacing property to adjust gaps between navigation links.

Property Value Examples

4
VCL Navigation Bar: Standard Navigation Link Spacing
20
VCL Navigation Bar: Increased Navigation Link Spacing

Default Value

The ItemSpacing property’s default value is 4.

See Also