SlideBar
Wisej.Web.SlideBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Displays child controls vertically or horizontally in a scrollable container.
public class SlideBar : ControlPublic Class SlideBar
    Inherits ControlConstructors
 SlideBar()
SlideBar()
 SlideBar()
SlideBar()Initializes a new instance of the SlideBar class.
Properties
 BorderStyle
BorderStyle
 BorderStyle
BorderStyleBorderStyle: Returns or sets the type of border that is drawn around the SlideBar control.
 ButtonsBackColor
ButtonsBackColor
 ButtonsBackColor
ButtonsBackColorColor: Returns or sets the background Color of the scroll buttons.
The default background color is set in the theme color as "slidebarButtons".
 HorizontalScroll
HorizontalScroll
 HorizontalScroll
HorizontalScrollHScrollProperties: Returns the properties associated with the horizontal scroll position.
 LayoutEngine
LayoutEngine
 LayoutEngine
LayoutEngineLayoutEngine: Returns the control's layout engine.
 Orientation
Orientation
 Orientation
OrientationOrientation: Returns or sets the Orientation of the SlideBar control.
 ScrollStep
ScrollStep
 ScrollStep
ScrollStepInt32: Returns or sets the number of pixels to scroll when the scroll buttons are pressed.
Throws:
- ArgumentOutOfRangeException The value is less than 1 or greater than 32000. 
 Spacing
Spacing
 Spacing
SpacingInt32: Returns or sets the spacing between the child controls.
Throws:
- ArgumentOutOfRangeException The value is less than 0 or greater than 32000. 
 VerticalScroll
VerticalScroll
 VerticalScroll
VerticalScrollVScrollProperties: Returns the properties associated with the vertical scroll position.
Methods
 ScrollBy(offset, duration)
ScrollBy(offset, duration)
 ScrollBy(offset, duration)
ScrollBy(offset, duration)Scrolls the content by the specified offset in pixels.
 ScrollControlIntoView(control)
ScrollControlIntoView(control)
 ScrollControlIntoView(control)
ScrollControlIntoView(control)Scrolls the specified child control into view.
 ScrollControlIntoView(control, alignX)
ScrollControlIntoView(control, alignX)
 ScrollControlIntoView(control, alignX)
ScrollControlIntoView(control, alignX)Scrolls the specified child control into view. using the specified alignX preference.
alignX
Indicates the HorizontalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Center will not scroll the control to the center, but will instead scroll it into the closest visible location with the minimum movement.
 ScrollControlIntoView(control, alignY)
ScrollControlIntoView(control, alignY)
 ScrollControlIntoView(control, alignY)
ScrollControlIntoView(control, alignY)Scrolls the specified child control into view. using the specified alignY preference.
alignY
Indicates the VerticalAlignment preference. The final location of the control depends on the scrollable range and the available space. Note that Middle will not scroll the control to the middle, but will instead scroll it into the closest visible location with the minimum movement.
 ScrollTo(position, duration)
ScrollTo(position, duration)
 ScrollTo(position, duration)
ScrollTo(position, duration)Scrolls the content to the specified position in pixels.
Events
 OrientationChanged
OrientationChanged
 OrientationChanged
OrientationChangedEventHandler Fired when the value of Orientation changes.
 Scroll
Scroll
 Scroll
ScrollScrollEventHandler Fired when the SlideBar widget scrolls its content.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
 ScrollAnimationEnd
ScrollAnimationEnd
 ScrollAnimationEnd
ScrollAnimationEndEventHandler Fired when the control has completed the scrolling animation.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
 ScrollStepChanged
ScrollStepChanged
 ScrollStepChanged
ScrollStepChangedEventHandler Fired when the value of ScrollStep changes.
 SpacingChanged
SpacingChanged
 SpacingChanged
SpacingChangedEventHandler Fired when the value of Spacing changes.
Implements
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?

