ImageGear .NET v24.12 - Updated
AutoScroll Property (ImGearThumbnailCtl)




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

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members