I have a tableview with several columns. I would like the size of the columns in the table to adjust depending on the window size, but I would also like to apply sizing hints to the layout manager so the columns get resized appropriately. For example, apply 1/8th of the space to column 2, 3/8th's of the space to column 1, and the rest to column 3.
Is this possible? I've seen the "resize based on contents" but this isn't what I'm after, and seem to disable user control of the column sizes.
Bookmarks