←Select platform

ScrollStyle Property (RasterThumbnailBrowser)

Summary

Specifies the direction the RasterImageList Control scrolls the displayed items.

Syntax

C#
VB
C++
[CategoryAttribute("Behavior")] 
[DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")] 
public Leadtools.Winforms.RasterImageListScrollStyle ScrollStyle {get; set;} 
<CategoryAttribute("Behavior")> 
<DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")> 
Public Property ScrollStyle As Leadtools.Winforms.RasterImageListScrollStyle 
[CategoryAttribute("Behavior")] 
[DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")] 
public: 
property Leadtools.Winforms.RasterImageListScrollStyle ScrollStyle { 
   Leadtools.Winforms.RasterImageListScrollStyle get(); 
   void set (    Leadtools.Winforms.RasterImageListScrollStyle ); 
} 

Property Value

A RasterImageListScrollStyle enumeration that specifies the direction the RasterImageList Control scrolls the displayed items. Default value is RasterImageListScrollStyle.Vertical.

Example

This example fills a RasterImageList control with 10 items. It will then show the difference between vertical and horizontal scrolling styles.

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