TdxNavBarOfficeNavigationBarOptionsView.MaxVisibleItemCount Property
Specifies the number of simultaneously visible Office bar navigation links.
Declaration
property MaxVisibleItemCount: Integer read; write; default 0;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 0 | The number of simultaneously visible navigation links. |
Remarks
The Office Navigation Bar displays all navigation links that fit into the client area depending on current layout and appearance settings.

Use the MaxVisibleItemCount property to limit[1] the number of simultaneously visible navigation links.

Default Value
The MaxVisibleItemCount property’s default value is 0.
The default MaxVisibleItemCount property value indicates that no explicit limitation is defined. Only current layout and appearance settings define the number of simultaneously visible navigation links.
See Also