vcl-cxpc-6754b544.md
Enumerates the navigator bar‘s available positions.
TcxPCNavigatorPosition = (
npLeftTop,
npLeftBottom,
npRightTop,
npRightBottom
);
| Name |
|---|
npLeftTop |
npLeftBottom |
npRightTop |
npRightBottom |
Values include:
| Value | Description |
|---|---|
| npLeftTop | If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the top end. |
| npLeftBottom | If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the bottom end. |
| npRightTop | If the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the top end. |
| npRightBottom | If the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the bottom end. |
See Also
TcxCustomTabControl.NavigatorPosition