TableView.setItemCount

Tells the view how many items are in it. It uses this to set the scroll bar, but the items are not added per se; it calls getData as-needed.

class TableView
void
setItemCount
(
int count
)

Meta