Android : How scroll table to down? LibGDX

on Friday, August 22, 2014


I have Table in ScrollPane, I want Scroll down table when add items. When i make that:



table.add(...);
scrollPane.setScrollY(table.getHeight());


It scrolls on the penultimate element. How fix it?


0 comments:

Post a Comment