Table Layout? [message #46688] |
Tue, 06 December 2005 09:44 |
hocmin
Messages: 5 Registered: August 2005
|
Junior Member |
|
|
I'm trying set up a simple two column window where I've got a label in
the left column and some corresponding data in the right. The problem
is, I can't seem to figure out how you can accomplish this in IDL
without alignment problems.
It seems like I can only control over rows OR columns; not both. If I
write a loop that generates row widget_base's, for each pair, I can't,
for example, align the left one left-justified and the right one right
justified. If I write a loop that creates two column bases, my right
widget ends up taking more vertical spacing and the elements get out of
alignment.
Is there a way to maintain some sort of table layout where you can have
both rows and columns of equal size? Or is the only way to do that by
setting them absolutely via xsize/ysize or scr_xsize/scr_ysize?
Thanks for any help.
|
|
|