ListStyle Class

ListStyle Class

This Package | All Packages

Enum
  |
  +--ListStyle
public class ListStyle
extends Enum

Topic under construction.

Fields
Name Description
MAX Topic under construction.
MIN Topic under construction.
NORMAL All the items in the list box are painted by the system and have the same size.
OWNERDRAWFIXED The user paints the items in the list box manually, but they are all the same size (height).
OWNERDRAWVARIABLE The user paints the items in the list box manually, but they are not necessarily the same size.

Fields

ListStyle.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

ListStyle.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

ListStyle.NORMAL

Syntax
public static final int NORMAL;
Description
All the items in the list box are painted by the system and have the same size.

ListStyle.OWNERDRAWFIXED

Syntax
public static final int OWNERDRAWFIXED;
Description
The user paints the items in the list box manually, but they are all the same size (height).

ListStyle.OWNERDRAWVARIABLE

Syntax
public static final int OWNERDRAWVARIABLE;
Description
The user paints the items in the list box manually, but they are not necessarily the same size.