ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / AutoScroll Property




In This Topic
    AutoScroll Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether or not the vertical scrollbar appears when all the items don't fit into the Thumbnail control.
    Syntax
    'Declaration
     
    Property AutoScroll As Boolean
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Boolean
     
    instance.AutoScroll = value
     
    value = instance.AutoScroll
    bool AutoScroll {get; set;}
    __property bool get_AutoScroll();
    __property void set_AutoScroll( 
       bool value
    );
    property bool AutoScroll {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also