The SuperPanelBehaviorSettings type exposes the following members.

Properties

  NameDescription
Public propertyAllowResize
Gets or sets a value indicating whether allow to resize.
Public propertyAnimationDuration
Gets or sets the duration of the animation.
Public propertyAnimationEasing
Gets or sets the animation easing.
Public propertyBubbleScrollingEvent
Gets or sets a value indicating whether to bubble scrolling event when scrollbars reach bounds.
Public propertyEnabled
Gets or sets the enable state of the C1SuperPanel.
Public propertyEnableGestureScrolling
Gets or sets a value indicating whether the content of C1SuperPanel can be dragged to scrolling when mousedown.
Public propertyHScroller
Gets settings for horizontal scroller.
Public propertyKeyboardSupport
Gets or sets a value indicating whether C1SuperPanel provides keyboard support.
Public propertyKeyDownInterval
Gets or sets the key down interval.
Public propertyMouseWheelSupport
Gets or sets a value indicating whether C1SuperPanel has mouse wheel support.
Public propertyOnClientDragEnd
Gets or sets the on function to call when dragging is end.
Public propertyOnClientInitialized
Gets or sets the client function to all when initialized.
Public propertyOnClientResized
Gets or sets the on function to call when C1SuperPanel is resized.
Public propertyOnClientScrolled
Gets or sets the on function to call when scrolling ends.
Public propertyOnClientScrolling
Gets or sets the on function to call when scrolling starts.
Public propertyOwner
Gets the owner.
Public propertyShowDropShadow
Gets or sets a value indicating whether to show drop shadow.
Public propertyShowRounder
Gets or sets a value indicating whether to display panel rounder.
Public propertyUseCustomScrollBar
Gets or sets a value indicating whether to use custom scroll bar.
Public propertyVScroller
Gets settings for vertical scroller.

See Also