BaseScrollWidgetclass

objectFrameBaseScrollWidget
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.BaseScrollWidget : Editor.Frame

Constructors1

Showing 1 constructors

Methods5

Showing 5 methods

protected virtual void OnKeyPress(Editor.KeyEvent e)PROTECTEDVIRTUAL

ParameterTypeDescription
eKeyEvent
Returns:void

protected virtual void OnMouseWheel(Editor.WheelEvent e)PROTECTEDVIRTUAL

ParameterTypeDescription
eWheelEvent
Returns:void

protected virtual void OnScrollChanged()PROTECTEDVIRTUAL

Called when the scroll position has changed.

Returns:void

public virtual void ScrollingFrame()PUBLICVIRTUAL

Returns:void

public virtual void Update()PUBLICVIRTUALPER-FRAME

Returns:void

Properties6

Showing 6 properties

public Editor.ScrollBar Editor.BaseScrollWidget.HorizontalScrollbar { get; set; }PUBLICGETSET

The horizontal scroll bar.

Returns:ScrollBar

public bool Editor.BaseScrollWidget.SmoothScrolling { get; set; }PUBLICGETSET

Returns:bool

public float Editor.BaseScrollWidget.SmoothScrollTarget { get; set; }PUBLICGETSET

The smooth scrolling wants to move by this amount

Returns:float

public Editor.ScrollBar Editor.BaseScrollWidget.VerticalScrollbar { get; set; }PUBLICGETSET

The vertical scroll bar.

Returns:ScrollBar

On this page