IHandler Properties |
The ScrollableIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Border |
Gets or sets the border type
| |
| ExpandContentHeight |
Gets or sets a value indicating whether this Scrollable expands content to the height of the control
| |
| ExpandContentWidth |
Gets or sets a value indicating whether this Scrollable expands content to the width of the control
| |
| MaximumZoom |
Hint to get or set the maximum zoom of the scrollable region, if the platform supports it
| |
| MinimumZoom |
Hint to get or set the minimum zoom of the scrollable region, if the platform supports it
| |
| ScrollPosition |
Gets or sets the scroll position from the top-left origin
| |
| ScrollSize |
Gets or sets the size of the scrollable region manually
| |
| VisibleRect |
Gets the coordinates of the rectangle that is visible to the user
| |
| Zoom |
Hint to set the zoom level of the scrollable region, if the platform supports it
|