Variable ListWidget._firstVisibleItem

first visible item index

class ListWidget
{
  // ...
  int _firstVisibleItem;
  // ...
}