BCGControlBar Library for .NET
ShowScrollBar Property




Tells whether the gallery control should display the standard vertical scroll bar at the right side of the gallery in Full mode. You may want to turn this option of in the Menu mode, when all items fit the screen.
Syntax
'Declaration
 
Public Property ShowScrollBar As Boolean
'Usage
 
Dim instance As GalleryControl
Dim value As Boolean
 
instance.ShowScrollBar = value
 
value = instance.ShowScrollBar
public bool ShowScrollBar {get; set;}
public: __property bool get_ShowScrollBar();
public: __property void set_ShowScrollBar( 
   bool value
);
public:
property bool ShowScrollBar {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GalleryControl Class
GalleryControl Members

Send Feedback