AntiEarnie
Technical User
Quick question. How can you force a table to scroll vertically? I can use the height setting to set the MINIMUM size of the table but if the table fills up more space then what is specified in the height command it just keeps growing.
i.e. setting height="200" on a table is about 10 lines.
If the table only holds 5 rows worth of stuff it vertically padds them. However, if the table has 150 rows then the height setting is ignored and all 150 rows are displayed taking up the entire screen.
Can anyone tell me what I'm doing wrong here? It just seems strange for height to set the Min height but not the Max height of the table.
i.e. setting height="200" on a table is about 10 lines.
If the table only holds 5 rows worth of stuff it vertically padds them. However, if the table has 150 rows then the height setting is ignored and all 150 rows are displayed taking up the entire screen.
Can anyone tell me what I'm doing wrong here? It just seems strange for height to set the Min height but not the Max height of the table.