public final class ScrollMode extends Enum
Title: ScrollMode class
Description: Describes the possible values of the Scroll.Allow property.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static ScrollMode |
BOTH
Allows complete Horizontal and Vertical Scrolling.
|
static ScrollMode |
HORIZONTAL
Allows only Vertical Scrolling.
|
static ScrollMode |
NONE
Denies scrolling.
|
static ScrollMode |
VERTICAL
Allows only Horizontal Scrolling.
|
getValue, readResolve
public static final ScrollMode NONE
public static final ScrollMode VERTICAL
public static final ScrollMode HORIZONTAL
public static final ScrollMode BOTH