Beta Documentation - Subject to change.

A control for scrolling contents.

Methods

  NameDescription
FocusRequest that the control take focus. (Inherited from Control)
GetAllowDropGets if the control supports drop operations from drag and drop. (Inherited from Control)
GetBackColorGets the solid background color of the control. (Inherited from Control)
GetBackColorBlendModeGets the blend mode applied to the background color. (Inherited from Control)
GetBackgroundGets the background graphic of the control. (Inherited from Control)
GetBlendModeGets the blend mode applied to the background image. (Inherited from Control)
GetControlsGets the list of child controls. (Inherited from Control)
GetDecrementButtonGets the button that is used to decrement the value.
GetHeightGets the height of the control. (Inherited from Control)
GetIncrementButtonGets the button that is used to increment the value.
GetLargeChangeGets the large change value of the scrollbar.
GetLeftGets the left coordinate of the control. (Inherited from Control)
GetMaximumGets the maximum value of the scrollbar.
GetMinimumGets the minimum value of the scrollbar.
GetMousePositionGets the mouse position relative to this control. (Inherited from Control)
GetOpacityGets the opacity of the window. (Inherited from Control)
GetOrientationGets the orientation of the scroll bar.
GetParentGets the parent of the control. (Inherited from Control)
GetPositionGets the position of the control. (Inherited from Control)
GetSizeGets the size of the control. (Inherited from Control)
GetSmallChangeGets the small change value of the scrollbar.
GetThumbButtonGets the thumb button.
GetTopGets the top coordinate of the window. (Inherited from Control)
GetValueGets the current value of the scrollbar.
GetWantsKeyEventsGets a flag indicating if the control wants to receive key events. (Inherited from Control)
GetWantsUpdatesGets the flag indicating if the control wants to receive Update notifications. (Inherited from Control)
GetWidthGets the width of the control. (Inherited from Control)
GetZOrderGets the Z ordering index of the control. (Inherited from Control)
HasFocusReturns true if the control has focus. (Inherited from Control)
IsAltKeyDownTest if the alt key is pressed. (Inherited from Control)
IsControlKeyDownTest if the control key is pressed. (Inherited from Control)
IsDisplayedGets a flag indicating if the control is displayed. (Inherited from Control)
IsEnabledGets a flag indicating if the control is enabled. (Inherited from Control)
IsMouseVisibleGets a flag indicating if the mouse will see this control. (Inherited from Control)
IsShiftKeyDownTest if the shift key is pressed. (Inherited from Control)
IsVisibleGets a flag indicating if the control is visible. (Inherited from Control)
PointToClientConverts a coordinate from control space to screen space. (Inherited from Control)
PointToScreenConverts a coordinate from control space to screen space. (Inherited from Control)
SetAllowDropSets if the control supports drop operations from drag and drop. (Inherited from Control)
SetBackColorSets the background color of the control. (Inherited from Control)
SetBackColorBlendModeSets the blend mode applied to the background color. (Inherited from Control)
SetBackgroundSets the background image of the control. (Inherited from Control)
SetBlendModeSets the blend mode applied to the background image. (Inherited from Control)
SetDecrementButtonSets the button that is used to decrement the value.
SetEnabledSets a flag indicating if the control is enabled. (Inherited from Control)
SetHeightSets the height of the control. (Inherited from Control)
SetIncrementButtonSets the button that is used to increment the value.
SetLargeChangeSets the large change value of the scrollbar.
SetLeftSets the left coordinate of the window. (Inherited from Control)
SetMaximumSets the maximum value of the scrollbar.
SetMinimumSets the minimum value of the scrollbar.
SetMouseVisibleGets a flag indicating if the mouse will see this control. (Inherited from Control)
SetOpacitySets the opacity of the window. (Inherited from Control)
SetOrientationSets the orientation of the scroll bar.
SetParentSets the parent of the control. (Inherited from Control)
SetPositionSets the position of the control. (Inherited from Control)
SetSizeSets the size of the control. (Inherited from Control)
SetSmallChangeSets the small change value of the scrollbar.
SetThumbButtonSets the thumb button.
SetTopSets the top coordinate of the window. (Inherited from Control)
SetValueSets the current value of the scrollbar.
SetVisibleSets the visible flag of a control. (Inherited from Control)
SetWantsKeyEventsSets a flag indicating if the control wants to receive key events. (Inherited from Control)
SetWantsUpdatesSets the flag indicating if the cotnrol wants to receive update notifications. (Inherited from Control)
SetWidthSets the width of the control. (Inherited from Control)
SetZOrderSets the Z order of the control. (Inherited from Control)

Events

  NameDescription
DragDropEvent fired when a drag drop operation is completed. (Inherited from Control)
DragEnterEvent fired when a drag drop operation enters the control. (Inherited from Control)
DragLeaveEvent fired when a drag drop operation leaves the control. (Inherited from Control)
DragStartEvent fired when a drag drop operation starts the control. (Inherited from Control)
EnabledChangedEvent fired when the enabled state of the control changes. (Inherited from Control)
FocusGainedEvent fired when the control gains focus. (Inherited from Control)
FocusLostEvent fired when the control loses focus. (Inherited from Control)
KeyDownEvent fired when a key is pressed down. (Inherited from Control)
KeyUpEvent fired when a key is released. (Inherited from Control)
MouseClickEvent fired when a mouse button is clicked. (Inherited from Control)
MouseDoubleClickEvent fired when a mouse button is double clicked. (Inherited from Control)
MouseDownEvent fired when a mouse button is pressed. (Inherited from Control)
MouseEnterEvent fired when the mouse enters the control. (Inherited from Control)
MouseHoverEvent fired when the mouse is hovering over the control. (Inherited from Control)
MouseLeaveEvent fired when the mouse leaves the cotnrol. (Inherited from Control)
MouseMoveEvent fired when the mouse moves. (Inherited from Control)
MouseUpEvent fired when a mouse button is released. (Inherited from Control)
MouseWheelEvent fired when a mouse wheel moves. (Inherited from Control)
OrientationChangedEvent fired when the orientation has changed.
PositionChangedEvent fired when the position of the control changes. (Inherited from Control)
SizeChangedEvent fired when the size of the control changes. (Inherited from Control)
UpdateEvent fired every frame when WantsUpdates is enabled. (Inherited from Control)
ValueChangedEvent fired when the value has changed.
VisibleChangedEvent fired when the visible state of the control changes. (Inherited from Control)