Api Editor ListView
class

ListView

public class ListView : BaseItemWidget

Constructors

ListView(Widget parent)

Properties

Name Type Description
ItemScrollEnter Action<Object> Called when an item is scrolled into view.
ItemScrollExit Action<Object> Called when an item is scrolled out of view.
ItemSize Vector2
ItemSpacing Vector2
ItemAlign Align

Methods

virtual Boolean SelectMoveRow(Int32 positions)
virtual Void ScrollTo(Object target)
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.ListView