API ReferenceEditor
ScrollAreaclass
A widget that can scroll its `Editor.ScrollArea.Canvas`.
Constructors1
Showing 1 constructors
public ScrollArea(Editor.Widget parent)
| Parameter | Type | Description |
|---|---|---|
| parent | Widget | — |
No results match this filter.
Methods2
Showing 2 methods
No results match this filter.
Properties5
Showing 5 properties
public Editor.Widget Editor.ScrollArea.Canvas { get; set; }
The content widget to scroll.
public Editor.ScrollBar Editor.ScrollArea.HorizontalScrollbar { get; set; }
public Editor.ScrollbarMode Editor.ScrollArea.HorizontalScrollbarMode { get; set; }
public Editor.ScrollBar Editor.ScrollArea.VerticalScrollbar { get; set; }
public Editor.ScrollbarMode Editor.ScrollArea.VerticalScrollbarMode { get; set; }
No results match this filter.