The scrollToRow(int rowNum) position the row so that it appears near the center of the viewport.
What if I want to position the row so that it appears at the top of the viewport ?
I'm playing around with the ListGrid's scrollBodyTo(x,y), but I can't seem to calculate the y correctly.
Can somebody give me a hint how to do this ?
What if I want to position the row so that it appears at the top of the viewport ?
I'm playing around with the ListGrid's scrollBodyTo(x,y), but I can't seem to calculate the y correctly.
Can somebody give me a hint how to do this ?
Comment