ImageGear .NET - Updated November 28, 2017
ShowScrollBar Method (IImGearScrollableView)




ImageGear23.Core Assembly > ImageGear.Display Namespace > IImGearScrollableView Interface : ShowScrollBar Method
Specifies the scrollbar whose attributes are changed.
Show (true) or hide (false) scrollbar.
Changes visibility state of scrollbars associated with window.
Syntax
'Declaration
 
<ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")>
Sub ShowScrollBar( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByVal state As Boolean _
) 
 
'Usage
 
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim state As Boolean
 
instance.ShowScrollBar(scrollBarType, state)

Parameters

scrollBarType
Specifies the scrollbar whose attributes are changed.
state
Show (true) or hide (false) scrollbar.
See Also

Reference

IImGearScrollableView Interface
IImGearScrollableView Members
ImGearScrollBarType Enumeration