I did not get FirstVisibleTime property in view definition. But there is one with RadscheduleView. But when i am setting FirstVisibleTime property of RadScheduleView it is giving me exception. I am using Q2 2011 controls.
exception:
System.Windows.Markup.XamlParseException occurred
Message=Element is already the child of another element. [Line: 0 Position: 0]
LineNumber=0
LinePosition=0
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Symantec.EV.Search.Client.WebApp.UserControls.CalendarView.InitializeComponent()
at Symantec.EV.Search.Client.WebApp.UserControls.CalendarView..ctor()
InnerException: System.NullReferenceException
Message=Object reference not set to an instance of an object.
StackTrace:
at Telerik.Windows.Controls.ScheduleView.LogicalScrollingExtensions.Normalize(IGroupIdentifier group, IGroupingConfigurationSettings groupingConfiguration)
at Telerik.Windows.Controls.ScheduleViewBase.UpdatePhysicalScroll()
at Telerik.Windows.Controls.ScheduleViewBase.OnLogicalScrollPositionPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at Telerik.Windows.PropertyMetadata.<>c__DisplayClass1.<Create>b__0(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Telerik.Windows.Controls.ScheduleViewBase.set_FirstVisibleTime(TimeSpan value)
InnerException: