'Declaration
 
<ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")>
Sub SetScrollParams( _
   ByVal  As ImGearScrollBarType, _
   ByVal  As ImGearScrollInfo, _
   ByVal  As Boolean _
) 
             
        
            
            'Usage
 
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
Dim redraw As Boolean
 
instance.SetScrollParams(scrollBarType, scrollInfo, redraw)
             
        
            
            [Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams( 
   ImGearScrollBarType ,
   ImGearScrollInfo ,
   bool 
)
             
        
            
            [Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams( 
   ImGearScrollBarType ,
   ImGearScrollInfo ,
   bool 
) 
             
        
            
            [Obsolete("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams( 
   ImGearScrollBarType ,
   ImGearScrollInfo ,
   bool 
)