Gets or sets the visibility and position of scroll bars in a Panel control.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override ScrollBars ScrollBars { get; set; }
Visual Basic
Public Overrides Property ScrollBars As ScrollBars
	Get
	Set

Field Value

Return Value

One of the ScrollBars enumeration values. The default is None.

See Also