fxos-components/fastlist

list.scrollTop returns -1 when using `initialScrollTop` option

Closed this issue · 0 comments

var list = new FastList({
  initialScrollTop: 50,
  ...
});

// wait till rendered ...

list.scrollTop; //=> -1;
list.els.container.scrollTop; //=> 50