ScrollPolicy
Description:
[ CCode ( cprefix = "MX_SCROLL_POLICY_" , type_id = "mx_scroll_policy_get_type ()" ) ]
public enum ScrollPolicy
Defines the scrolling policy of scrollable widgets.
Content:
Enum values:
- AUTOMATIC - Automatically align scroll to
horizontal or vertical direction or both depending on the drag angle.
- BOTH - Allow scrolling both horizontally and
vertically
- HORIZONTAL - Only allow horizontal
scrolling
- NONE - Never scroll
- VERTICAL - Only allow vertical scrolling