Exact position of scroll in GridView

67 Views Asked by At

How to get exact position of scroll in GridView ? gridView.getFirstVisiblePosition() is not good because it only shows values like 0, 2... and I need accurate float number.

0

There are 0 best solutions below