Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseListView

Creates a BaseListView with all default properties. The BaseVerticalCollectionView.itemsSource must all be set for the BaseListView to function properly.
Read time 1 minuteLast updated 7 days ago

Definition

BaseListView()

Creates a BaseListView with all default properties. The BaseVerticalCollectionView.itemsSource must all be set for the BaseListView to function properly.
public BaseListView()

BaseListView(IList, float)

Constructs a BaseListView, with all important properties provided.
public BaseListView(IList itemsSource, float itemHeight = -1)

Parameters

itemsSource

The list of items to use as a data source.

itemHeight

The height of each item, in pixels.