API ReferenceSandbox.UI

SplitContainerclass

A control that has two panes with a splitter in between. You can drag the splitter to change the size of the two panels.

objectPanelSplitContainer
Namespace
Sandbox.UI
Assembly
Base Library
Declaration
public class Sandbox.UI.SplitContainer : Sandbox.UI.Panel

Constructors2

Showing 2 constructors

Methods8

Showing 8 methods

Properties12

Showing 12 properties

On this page

Constructorspublic SplitContainer()public SplitContainer()Methodsprotected virtual System.Void OnMouseMove(Sandbox.UI.MousePanelEvent e)protected virtual System.Void OnMouseMove(Sandbox.UI.MousePanelEvent e)public virtual System.Void OnTemplateSlot(Sandbox.Html.INode element, System.String slotName, Sandbox.UI.Panel panel)public virtual System.Void OnTemplateSlot(Sandbox.Html.INode element, System.String slotName, Sandbox.UI.Panel panel)public virtual System.Void SetProperty(System.String name, System.String value)public virtual System.Void SetProperty(System.String name, System.String value)public virtual System.Void UpdateSplitFraction(System.Single f)public virtual System.Void UpdateSplitFraction(System.Single f)Propertiespublic System.String Sandbox.UI.SplitContainer.FractionCookie { get; set; }public System.String Sandbox.UI.SplitContainer.FractionCookie { get; set; }public System.Boolean Sandbox.UI.SplitContainer.IsDragging { get; set; }public System.Boolean Sandbox.UI.SplitContainer.IsDragging { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Left { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Left { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Right { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Right { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Splitter { get; set; }public Sandbox.UI.Panel Sandbox.UI.SplitContainer.Splitter { get; set; }public System.Boolean Sandbox.UI.SplitContainer.Vertical { get; set; }public System.Boolean Sandbox.UI.SplitContainer.Vertical { get; set; }Metadata