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?
This blog is all about Android development and problems\solutions
0 comments:
Post a Comment