Click or drag to resize
KaxMultiPageScrollBars Property
Gets or sets the visibility and position of scroll bars in the KaxMultiPage control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public MultiPageScrollBars ScrollBars { get; set; }

Property Value

Type: MultiPageScrollBars
One of the MultiPageScrollBars values. The default value is None.
Remarks
Use this property to customize the visibility and position of scroll bars. By default any overflowing content is visible.
See Also