Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / UseMouseWheelForGroupNavigation Property

In This Topic
    UseMouseWheelForGroupNavigation Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the System.Boolean value determining whether mouse wheel in the TimeLine view should be used for group navigation. The default value is false.
    Syntax
    'Declaration
     
    
    Public Property UseMouseWheelForGroupNavigation As Boolean
    public bool UseMouseWheelForGroupNavigation {get; set;}
    See Also