Setting UltraCalendarInfo ActiveDay with date that is outside of the display time range of the UltraTimeLine control cause to the following exception:
at Infragistics.Win.UltraWinScrollBar.ScrollBarInfo.set_Value(Int32 value)
at Infragistics.Win.UltraWinSchedule.TimelineViewScrollManager.SynchronizeHScroll(DateTime dateTime, Boolean centerScrollThumb, Boolean fireEvent, UIAction uiAction)
at Infragistics.Win.UltraWinSchedule.TimelineViewScrollManager.EnsureDateTimeVisibleHelper(DateTime value, Boolean firstColumn, Boolean alignSlot, UIAction uiAction)
at Infragistics.Win.UltraWinSchedule.TimelineView.ControlMetrics.OnPropertyChanged(Object sender, PropertyChangedEventArgs e)
at Infragistics.Win.UltraWinSchedule.TimelineView.ControlMetrics.OnCalendarInfoChanged(Object sender, CalendarInfoChangedEventArgs e)
at Infragistics.Win.UltraWinSchedule.CalendarInfoChangedEventHandler.Invoke(Object sender, CalendarInfoChangedEventArgs e)
at Infragistics.Win.UltraWinSchedule.UltraCalendarInfo.OnCalendarInfoChanged(CalendarInfoChangedEventArgs e)
at Infragistics.Win.UltraWinSchedule.UltraCalendarInfo.FireCalendarInfoChangedEventHelper(PropChangeInfo propChangeInfo, PropertyIds propId)
at Infragistics.Win.UltraWinSchedule.UltraCalendarInfo.set_ActiveDay(Day value)
at uManage.Components.Calendars.CalendarControl.SelectFullMonth(DateTime date, Boolean alternate)
Please advice.
Thanks.
Have you set the horizontal scroll settings?
I ran into a similar issue and was able to resolve it by setting the LargeChange & SmallChange properties. Here was my post:
http://forums.infragistics.com/forums/p/32503/177173.aspx#177173
Hope this helps,
Ian
Hi Ian
Thanks for your advice.
Since the last service release - 20092.2049_SR I didn't encounter this problem.
Tomer Trojman.