Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / PanningDirection Property

In This Topic
    PanningDirection Property (GroupedListBox)
    In This Topic
    Gets or sets the panning direction.
    Syntax
    'Declaration
     
    
    Public Property PanningDirection As Nullable(Of Orientation)
    public Nullable<Orientation> PanningDirection {get; set;}
    Remarks
    If this property is set, the GroupedListBox control will use it to distinguish panning and cross-slide selection. It only makes sense for touch interaction. If this property is not set, all touch interactions will be used for selection and panning might not work.
    See Also