Skip to main content

TcxSchedulerResourceNavigator.NeedScrollBar Method

Determines whether the resource navigation scrollbar will appear in the scheduling area.

Declaration

function NeedScrollBar: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True if the Visibility property is set to snvAlways (the scrollbar will be always displayed in the scheduling area). And it also returns True if the Visibility property is set to snvAuto and at least one resource is specified in the scheduler (see the ResourceCount property) and the scheduler’s OptionsView.ResourcesPerPage property is set to 1 or greater (one or more resources will appear in the scheduling area at a time). In all other cases – False.

See Also