Scrollable Class |
Namespace: Eto.Forms
The Scrollable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Scrollable | Initializes a new instance of the Scrollable class |
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
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | OnScroll |
Raises the Scroll event
|
![]() | UpdateScrollSizes |
Manually updates the scroll sizes based on the content
|
Name | Description | |
---|---|---|
![]() | Scroll |
Event to handle when the ScrollPosition changes
|
Name | Description | |
---|---|---|
![]() ![]() | ScrollEvent |
Event identifier for handlers when attaching the Scroll event
|