Usage
The TMSFMXNativeUIScrollView
class provides support for displaying content that is larger than the size of the application’s window. It enables users to scroll within that content by making swiping gestures.
Published Properties
Property name |
Description |
AlwaysBounceHorizontal |
A Boolean value that determines whether bouncing always occurs when horizontal scrolling reaches the end of the content view or not. |
AlwaysBounceVertical |
A Boolean value that determines whether bouncing always occurs when vertical scrolling reaches the end of the content or not. |
Bounces |
Bounces the view horizontally or vertically depending on the AlwaysBounceHorizontal and AlwaysBounceVertical properties. |
DirectionalLockEnabled |
A Boolean value that determines whether scrolling is disabled in a particular direction or not. |
Enabled |
A Boolean value that determines whether scrolling is enabled or not. |
ShowsHorizontalScrollIndicator |
A Boolean value that controls whether the horizontal scroll indicator is visible or not. |
ShowsVerticalScrollIndicator |
A Boolean value that controls whether the vertical scroll indicator is visible or not. |
ViewForZooming |
View of the ScrollView used for zooming. |
Visible |
Shows / hides the ScrollView. |
Public Properties
Property name |
Description |
ScrollView |
Returns a reference to the native iOS UIScrollView . |
Events
Event name |
Description |
OnViewForZoomingInScrollView |
Returns a reference to a TMS FMX Native iOS Control used for zooming. |