Click or drag to resize

ScrollableIHandler Interface

Handler interface for the Scrollable control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The ScrollableIHandler type exposes the following members.

Properties
  NameDescription
Public propertyBorder
Gets or sets the border type
Public propertyExpandContentHeight
Gets or sets a value indicating whether this Scrollable expands content to the height of the control
Public propertyExpandContentWidth
Gets or sets a value indicating whether this Scrollable expands content to the width of the control
Public propertyMaximumZoom
Hint to get or set the maximum zoom of the scrollable region, if the platform supports it
Public propertyMinimumZoom
Hint to get or set the minimum zoom of the scrollable region, if the platform supports it
Public propertyScrollPosition
Gets or sets the scroll position from the top-left origin
Public propertyScrollSize
Gets or sets the size of the scrollable region manually
Public propertyVisibleRect
Gets the coordinates of the rectangle that is visible to the user
Public propertyZoom
Hint to set the zoom level of the scrollable region, if the platform supports it
Top
Methods
  NameDescription
Public methodUpdateScrollSizes
Manually updates the scroll sizes based on the content
Top
See Also