Accusoft.ThumbnailXpress6.Net
ScrollItems Method




Specifies the incremental amount or whether a positional scroll operation is desired.
If ScrollType is equal to ThumbPosition, value specifies a thumb position to be scrolled to. If ScrollType is equal to ItemIndex, value specifies item index to be scrolled to.
Provides programmatic scrolling of the display.
Syntax
'Declaration
 
Public Sub ScrollItems( _
   ByVal scrollType As ScrollItemsType, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As ThumbnailXpress
Dim scrollType As ScrollItemsType
Dim value As Integer
 
instance.ScrollItems(scrollType, value)
public void ScrollItems( 
   ScrollItemsType scrollType,
   int value
)
public: void ScrollItems( 
   ScrollItemsType scrollType,
   int value
) 
public:
void ScrollItems( 
   ScrollItemsType scrollType,
   int value
) 

Parameters

scrollType
Specifies the incremental amount or whether a positional scroll operation is desired.
value
If ScrollType is equal to ThumbPosition, value specifies a thumb position to be scrolled to. If ScrollType is equal to ItemIndex, value specifies item index to be scrolled to.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback