SplitterPaneBaseScrolling Property |
Sets/gets whether the content of the pane will get a scrollbars when it exceeds the pane area size
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic SplitterPaneScrolling Scrolling { get; set; }
Public Property Scrolling As SplitterPaneScrolling
Get
Set
public:
property SplitterPaneScrolling Scrolling {
SplitterPaneScrolling get ();
void set (SplitterPaneScrolling value);
}
member Scrolling : SplitterPaneScrolling with get, set
Property Value
Type:
SplitterPaneScrolling
See Also