ImageGear .NET - Updated December 24, 2018
SetScrollParams Method (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : SetScrollParams Method
Specifies the scrollbar whose attributes are requested.
New scrollbar state.
Specifies whether or not to redraw image in window.
This method updates the state of specified scrollbar with new values.
Syntax
'Declaration
 
Public Sub SetScrollParams( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByVal scrollInfo As ImGearScrollInfo, _
   ByVal redraw As Boolean _
) 
 
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
Dim redraw As Boolean
 
instance.SetScrollParams(scrollBarType, scrollInfo, redraw)

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.
scrollInfo
New scrollbar state.
redraw
Specifies whether or not to redraw image in window.
See Also

Reference

PageView Class
PageView Members