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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : 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
 
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

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members