API ReferenceEditor
public class Editor.ListView : Editor.BaseItemWidget
Constructors
Showing 1 constructors
No results match this filter.
Methods
Showing 7 methods
protected virtual void LayoutItems()
protected virtual void LayoutScrollbar()
Work out how big the scrollbars need to be and layout the current PVS
protected virtual void OnLayoutChanged()
protected virtual void OnPaint()
protected virtual void Rebuild()
Rebuild the scrollbars and layout for the visible items
public virtual void ScrollTo(object target)
public virtual bool SelectMoveRow(int positions)
No results match this filter.
Properties
Showing 5 properties
public System.Action`1<object> Editor.ListView.ItemScrollEnter { get; set; }
Called when an item is scrolled into view.
public System.Action`1<object> Editor.ListView.ItemScrollExit { get; set; }
Called when an item is scrolled out of view.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.ListView |