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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.