Private Sub EnsureCurrentMonthVisible() ' Get the current month Dim month As Infragistics.Win.UltraWinSchedule.Month month = Me.ultraMonthViewMulti1.CalendarInfo.GetMonth(DateTime.Today) ' Use the EnsureVisible method to scroll the current month into view Me.ultraMonthViewMulti1.EnsureVisible(month) End Sub
private void EnsureCurrentMonthVisible() { // Get the current month Infragistics.Win.UltraWinSchedule.Month month; month = this.ultraMonthViewMulti1.CalendarInfo.GetMonth( DateTime.Today ); // Use the EnsureVisible method to scroll the current month into view this.ultraMonthViewMulti1.EnsureVisible( month ); }
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2