Scroll
Constructors
Description
Creates a new scroll container.
Members
Description
Gets or sets the background color of the container. See the Color class for more information.
Description
Gets or sets the border type for the scroll window. This can be one of the following values "none", "line", "normal" or "concave". The default is "normal".
Description
Gets or sets whether the scroll has a horizontal scrollbar (and can scroll horizontally). The default is true.
Description
Gets or sets the speed of the scrolling by unit of lines.
Description
Gets or sets whether the scroll has a vertical scrollbar (and can scroll vertically). The default is true. Note a scrollbar may not appear if the content does not push outside the bounds of the scroll view.
Methods
Description
Sets the child control that will be scrollable, if multiple children are needed create a generic Box or Container control to append multiple children.
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control to set as the child |