cwolves
7 Jun 2007, 1:39 PM
If it's not too difficult to implement, could width & height be followed when applicable on a center panel of a border layout when it's not set on one of the neighboring panels? I have an admin section where I put 3 panels next to eachother horizontally. I wanted the far right one to take up whatever the other two weren't and couldn't do it. I ended up doing:
+------+--------------------+
| |+------+-----------+|
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| |+------+-----------+|
+------+--------------------+
where the two left panels were set to specific default widths.
+------+--------------------+
| |+------+-----------+|
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| || | ||
| |+------+-----------+|
+------+--------------------+
where the two left panels were set to specific default widths.