| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageListViewStyle Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum ImageListViewStyle : Enum  | |
| C++/CLI | |
|---|---|
public enum class ImageListViewStyle : public Enum  | |
| XAML Attributes Usage | |
|---|---|
<object ViewStyle=Leadtools.Windows.Controls.ImageListViewStyle .../>  | |
| XAML Attributes Usage | |
|---|---|
<object ViewStyle=Leadtools.Windows.Controls.ImageListViewStyle .../>  | |
| Member | Description | 
|---|---|
| Normal | Normal items. For a visual representation, refer to ImageList Appearance. | 
| Explorer | Default 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. | 
For XAML example, refer to ImageList.ViewStyle.
For C#/VB examples, refer to ImageList.ViewStyle.
            For more information about item appearance, refer to ImageList Appearance.
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.ImageListViewStyle
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family