Click or drag to resize
SplitterPaneScrolling Enumeration
Specifies the scrolling options for the KaxPane object

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SplitterPaneScrolling
Members
  Member nameValueDescription
Both1 Both X and Y scrolls are displayed
X2 Only the scroll on X dimension is displayed
Y3 Only the scroll on Y dimension is displayed
None4 No scrolls are displayed
See Also