LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageListViewItemLayout Enumeration
See Also  
Leadtools.Medical.Workstation.UI Namespace : ImageListViewItemLayout Enumeration




/// Provide values for the ImageListView.ItemsLayout property.

Syntax

Visual Basic (Declaration) 
Public Enum ImageListViewItemLayout 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageListViewItemLayout
C# 
public enum ImageListViewItemLayout : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum ImageListViewItemLayout : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageListViewItemLayout : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
FlowIndicates the ImageListView.Items are organized left to right, top to bottom.
GridIndicates the ImageListView.Items are organized in rows and columns.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.ImageListViewItemLayout

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also