Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.7.12
|
The ImageList class has several built-in views that control how the items in the control are displayed. These views are contained in the ImageListItemStyle enumeration which is used with the ItemStyle property.
The following figures show the various properties that control how the ImageList views its items.
Normal View StyleUse the normal view style by setting the ItemStyle property of the ImageList class to ImageListItemStyle.Normal.
The following figure shows how the various item style properties affect how the items are displayed:
Use the button view style by setting the ItemStyle property of the ImageList class to ImageListItemStyle.Button.
The following figure shows how the various item style properties affect how the items are displayed:
The following are not used with ImageListItemStyle.Button:
Use the explorer view style by setting the ItemStyle property of the ImageList class to ImageListItemStyle.Explorer.
The following figure shows how the various item style properties affect how the items are displayed:
The following are not used with ImageListItemStyle.Explorer:
Owner-Draw View StyleUse the owner-draw view style by setting the ItemStyle property of the ImageList class to ImageListItemStyle.UserStyle.