YAJ(ava)T

PsharkJF

Senior member
Jul 12, 2004
653
0
0
..and GridLayout.

Basically, I can't get more than 2 columns on the second pane. I try changing the argument on either GridLayout variable, and no dice. I try erroneously large column, and even row values, nothing seems to work.
 

statik213

Golden Member
Oct 31, 2004
1,654
0
0
Originally posted by: PsharkJF
..and GridLayout.

Basically, I can't get more than 2 columns on the second pane. I try changing the argument on either GridLayout variable, and no dice. I try erroneously large column, and even row values, nothing seems to work.


Well, if you specify a gridlayout of 3 x 4 you need to have 12 components in there or it does weird stuff.... make sure you are adding exactly that many components (14 and 36 in your case). If you need to have 'whitespace' add glue to every 'empty' cell.