Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ImageListViewStyle Enumeration
See Also  
Leadtools.Windows.Controls Namespace : ImageListViewStyle Enumeration





Values for the ImageList.ViewStyle property.

Syntax

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

<object ViewStyle=Leadtools.Windows.Controls.ImageListViewStyle .../>

Members

MemberDescription
Normal Normal items. For a visual representation, refer to ImageList Appearance.
ExplorerDefault setting for WPF Express.
Button Use button style items. For a visual representation, refer to ImageList Appearance.
OwnerDraw The user is responsible for creating the item template. For a visual representation, refer to ImageList Appearance.

Example

For XAML example, refer to ImageList.ViewStyle.

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

Remarks

For more information about item appearance, refer to ImageList Appearance.

Inheritance Hierarchy

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

Requirements

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

See Also