Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Table filling question

I have a Table within a Shell that is set to FillLayout. I want to
make it so that the table can resize itself when the Shell resizes.
For example, when the Shell maximizes to full screen, the table should
fill up the extra space on its left and right. How can this be done
with a single column, and with multiple columns? Thanks!


Back to the top