API ReferenceEditor
Splitterclass
Split frame, allows dragging to resize panels
Constructors1
Showing 1 constructors
No results match this filter.
Methods5
Showing 5 methods
public void RestoreState(string state)
| Parameter | Type | Description |
|---|---|---|
| state | string | — |
Returns:
void—public string SaveState()
Returns:
string—public void SetCollapsible(int index, bool collapsible)
| Parameter | Type | Description |
|---|---|---|
| index | int | — |
| collapsible | bool | — |
Returns:
void—public void SetStretch(int cell, int stretch)
| Parameter | Type | Description |
|---|---|---|
| cell | int | — |
| stretch | int | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public int Editor.Splitter.HandleWidth { get; set; }
Returns:
int—public bool Editor.Splitter.IsHorizontal { get; set; }
Returns:
bool—public bool Editor.Splitter.IsVertical { get; set; }
Returns:
bool—public bool Editor.Splitter.OpaqueResize { get; set; }
Returns:
bool—No results match this filter.