public class ControlScrollOrientation
Field Summary | ||
---|---|---|
static final int | AUTO | |
Control is rendered horizontally when the control's width is greater than its height.
Control is rendered vertically otherwise.
|
||
static final int | VERTICAL | |
Control is rendered vertically.
|
||
static final int | HORIZONTAL | |
Control is rendered horizontally.
|
public static final int AUTO
public static final int VERTICAL
public static final int HORIZONTAL