Version

EnsureDayVisibleInMonthView Method (XamScheduler)

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

Parameters

date
The date representing the day that should be scrolled into view. The date must fall within the range of the control's MinimumDate and MaximumDate
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