TcxCustomScheduler.MakeResourceVisible(TcxSchedulerStorageResourceItem) Method
In This Article
Scrolls the scheduling area‘s content to bring the AResource resource into view.
#Declaration
Delphi
procedure MakeResourceVisible(AResource: TcxSchedulerStorageResourceItem);
#Parameters
Name | Type |
---|---|
AResource | Tcx |
#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