Package | Description |
---|---|
com.steema.teechart |
Modifier and Type | Field and Description |
---|---|
static ScrollMode |
ScrollMode.BOTH
Allows complete Horizontal and Vertical Scrolling.
|
static ScrollMode |
ScrollMode.HORIZONTAL
Allows only Vertical Scrolling.
|
static ScrollMode |
ScrollMode.NONE
Denies scrolling.
|
static ScrollMode |
ScrollMode.VERTICAL
Allows only Horizontal Scrolling.
|
Modifier and Type | Method and Description |
---|---|
ScrollMode |
Scroll.getAllow()
Controls runtime Scrolling modes.
Default value: Both Possible values are: None Deny scrolling. Horizontal Allow only Horizontal Scrolling. Vertical Allow only Vertical Scrolling. Both Allow complete Horizontal and Vertical Scrolling. |
Modifier and Type | Method and Description |
---|---|
void |
Scroll.setAllow(ScrollMode value)
Controls runtime Scrolling modes.
Default value: Both |