←Select platform

ScrollItems Method (RasterImageList)

Summary

Scrolls the content of the control.

Syntax

C#
VB
C++
public void ScrollItems(  
   int amount 
) 
Public Sub ScrollItems( _ 
   ByVal amount As Integer _ 
) 
public: 
void ScrollItems(  
   int amount 
) 

Parameters

amount
Rows or columns to scroll.

Remarks

If the ScrollStyle value is set to RasterImageListScrollStyle.Vertical, then

amount
Rows or columns to scroll.

If the ScrollStyle value is set to RasterImageListScrollStyle.Horizontal, then

amount
Rows or columns to scroll.

Example

For an example, refer to ScrollStyle.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize