Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / IsSwipeEnabled Property

In This Topic
    IsSwipeEnabled Property (C1ListBox)
    In This Topic
    Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.
    Syntax
    'Declaration
     
    
    Public Property IsSwipeEnabled As Boolean
    public bool IsSwipeEnabled {get; set;}
    See Also