Api Editor Splitter
class

Splitter

public class Splitter : Frame

Split frame, allows dragging to resize panels

Constructors

Splitter(Widget parent)

Properties

Name Type Description
IsHorizontal Boolean
IsVertical Boolean
OpaqueResize Boolean
HandleWidth Int32

Methods

Void AddWidget(Widget w)
String SaveState()
Void RestoreState(String state)
Void SetStretch(Int32 cell, Int32 stretch)
Void SetCollapsible(Int32 index, Boolean collapsible)
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.Splitter