Skip to main content

TcxCustomScheduler.MakeResourceVisible(TcxSchedulerStorageResourceItem) Method

Scrolls the scheduling area‘s content to bring the AResource resource into view.

Declaration

procedure MakeResourceVisible(AResource: TcxSchedulerStorageResourceItem);

Parameters

Name Type
AResource TcxSchedulerStorageResourceItem

Remarks

If the AResource resource is beyond the scheduling area’s boundaries, use the MakeResourceVisible method to scroll the scheduling area’s content to display the AResource resource.

See Also