Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
ImageListScrollStyle Enumeration
See Also  
Leadtools.Windows.Controls Namespace : ImageListScrollStyle Enumeration





Values for the ImageList.ScrollStyle property.

Syntax

Visual Basic (Declaration) 
Public Enum ImageListScrollStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ImageListScrollStyle
C# 
public enum ImageListScrollStyle : Enum 
C++/CLI 
public enum class ImageListScrollStyle : public Enum 
XAML Attributes Usage 

<object ScrollStyle=Leadtools.Windows.Controls.ImageListScrollStyle .../>

XAML Attributes Usage 

<object ScrollStyle=Leadtools.Windows.Controls.ImageListScrollStyle .../>

Members

MemberDescription
Horizontal The control has a horizontal scrollbar.
Vertical The control has a vertical scrollbar.

Example

For XAML example, refer to ImageList.ScrollStyle.

For C#/VB examples, refer to ImageList.ScrollStyle.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.ImageListScrollStyle

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also