ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / AutoScroll Property




In This Topic
    AutoScroll Property (ImGearThumbnailCtl)
    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
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute()>
    Public Overrides Property AutoScroll As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Boolean
     
    instance.AutoScroll = value
     
    value = instance.AutoScroll
    [Category("Appearance")]
    [Description()]
    public override bool AutoScroll {get; set;}
    [Category("Appearance")]
    [Description()]
    public: __property bool get_AutoScroll() override;
    public: __property void set_AutoScroll( 
       bool value
    ) override;
    [Category("Appearance")]
    [Description()]
    public:
    property bool AutoScroll {
       bool get() override;
       void set (    bool value) override;
    }

    Property Value

    Boolean value.
    See Also