Wimark.Controls Class Library  

ListView.SmallImageList Property

Gets or sets the ImageList to use when displaying items as small icons in the control.

[Visual Basic]
Public Property SmallImageList As ImageList 
[C#]
public ImageList SmallImageList {get; set;}
[C++]
public: __property ImageList* get_SmallImageList();
public: __property void set_SmallImageList(ImageList*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListView Class | ListView Members | Wimark.Controls Namespace