Re: Table Question




For completeness, things like this are also possible, merely by using
different values for the left, right, top, and bottom attach points:

  0          1          2          3
0 +----------+----------+----------+
  | widget 1 |      widget 2       |
1 +----------+----------+----------+
  |                     | widget 4 |
2 |       widget 3      +----------+
  |                     | widget 5 |
3 +----------+----------+----------+


But, depending on the complexity of your layout and how you want the
components to stretch, you may be better off with combinations of vertical and
horizontal boxes, combined with SizeGroups, rather than strictly using tables.
 What you use depends entirely on your desired layout.

-- 
muppet <scott at asofyet dot org>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]