|
MoSync 3.2.1
|
Defines | |
| #define | MAW_RELATIVE_LAYOUT_SCROLLABLE "scrollable" |
| Sets the isScrollable boolean. | |
| #define | MAW_RELATIVE_LAYOUT_CONTENT_OFFSET "contentOffset" |
| Sets the content offset. The layout will be scrolled to the given coordinate. Platform: iOS. | |
| #define MAW_RELATIVE_LAYOUT_SCROLLABLE "scrollable" |
Sets the isScrollable boolean.
maWidgetSetProperty(verticalLayoutHandle, MAW_RELATIVE_LAYOUT_SCROLLABLE, "true");
| #define MAW_RELATIVE_LAYOUT_CONTENT_OFFSET "contentOffset" |
Sets the content offset. The layout will be scrolled to the given coordinate. Platform: iOS.
maWidgetSetProperty(verticalLayoutHandle, MAW_RELATIVE_LAYOUT_SCROLLABLE, "30-30");