TcxSchedulerResourceNavigator.ScrollBarKind Property
Gets the resource navigation scrollbar’s orientation.
Declaration
property ScrollBarKind: TScrollBarKind read;
Property Value
Type |
---|
TScrollBarKind |
Remarks
The resource navigation scrollbar and buttons reside vertically along the scheduling area‘s right edge, if the following conditions are met:
The scheduler’s OptionsView.GroupingKind property is set to gkByDate.
The currently active time View is Week, Weeks, or TimeGrid.
Otherwise, the scrollbar and buttons reside horizontally along the scheduling area’s bottom edge.
Use the ScrollBarKind property to determine the scrollbar’s orientation.
Note
The resource navigator is not shown in the Year View.
See Also