CreateItemForIndex Method
CreateItemForIndex(Int32)
Implement this method to create the list's items.
Declaration
protected abstract VisualElement CreateItemForIndex(int index)
Parameters
Int32 | index | The item index |
Returns
VisualElement | A new item |