I'm trying to arrange and scale some elements inside a table and I need to know the Table's height in order to achieve all that. The problem is that whenever I try to get its height it always returns 0 even though the table is obviously on the screen and has a definite size. Why is that?
table_height = table.getHeight();