C#
VB
C++
Provides values for the ImageListView.ItemsLayout property.
public enum ImageListViewItemLayout
Public Enum ImageListViewItemLayout
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ImageListViewItemLayout : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Flow | Indicates the ImageListView.Items are organized left to right, top to bottom. |
1 | Grid | Indicates the ImageListView.Items are organized in rows and columns. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET