Version

EnsureDayVisibleInDayOrWeekView Method (XamScheduler)

Ensures that the specified date is visible in the Infragistics.Scheduler.Core.SchedulerViewMode.DayView or Infragistics.Scheduler.Core.SchedulerViewMode.WeekView, and if not scrolls the day into view.
Syntax
public bool EnsureDayVisibleInDayOrWeekView( 
   DateTime date,
   bool animated
)

Parameters

date
The date 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.DayView or Infragistics.Scheduler.Core.SchedulerViewMode.WeekView 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