ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearVirtualizingWrapPanel Class / CanHorizontallyScroll Property




In This Topic
    CanHorizontallyScroll Property
    In This Topic
    Gets or sets a value indicating whether the control can be scrolled horizontally.
    Syntax
    'Declaration
     
    Public Property CanHorizontallyScroll As Boolean
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim value As Boolean
     
    instance.CanHorizontallyScroll = value
     
    value = instance.CanHorizontallyScroll
    public bool CanHorizontallyScroll {get; set;}
    public: __property bool get_CanHorizontallyScroll();
    public: __property void set_CanHorizontallyScroll( 
       bool value
    );
    public:
    property bool CanHorizontallyScroll {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also