Version

EnsureMonthVisibleInMonthView Method (XamScheduler)

Ensures that the month containing the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.MonthView, and if not scrolls the month into view.
Syntax
public bool EnsureMonthVisibleInMonthView( 
   DateTime date,
   bool animated
)

Parameters

date
The date whose containing month should be scrolled into view. The date must fall between the control's Min and Max dates.
animated
True to perform an animated scroll, false to perform an immediate scroll.

Return Value

True if successful otherwise false.
Remarks
If the control's ViewMode property is not set to Infragistics.Scheduler.Core.SchedulerViewMode.MonthView calling this method has no effect and the call will return false.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also