Variable ListWidget._scrollPosition

scroll position - offset of scroll area

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