ListRow Constructor

ListRow(ListControl, VisualElement, Int32, Action<Int32>)

Declaration
public ListRow(ListControl list, VisualElement content, int index, Action<int> onRemove)
Parameters
ListControl list

The List that contains this row

VisualElement content

The main content of this item

Int32 index

The index in the list

Action<Int32> onRemove

Delegate called when clicking a remove button