Search
Calendar.EnsureVisible Method
See Also
 






Ensures that the specified date or item is visible within the control, scrolling the contents of the control if necessary.

 Overload List

Name Description

Calendar.EnsureVisible (DateTime)

Ensures that the specified date is visible within the control, scrolling the contents of the control if necessary.

Calendar.EnsureVisible (DateTime, Resource)

Ensures that the specified date is visible within the control, scrolling the contents of the control if necessary. The resource parameter allows specifying a Task, Location, Contact or Resource for which to display the date in a view with enabled grouping.

Calendar.EnsureVisible (Item)

Ensures that the item is visible within the control, scrolling the contents of the control if necessary.

 See Also