I need the grid to be able to adjust its columns to their minimum width. What I mean is, each column must have a width, which is at least as wide as the title or the content - depending on which one is widest. Neither the title, nor the content must break the line if spaces occur.
If I resize the window, so it gets smaller than the grid, the grid must still keep its minimum size, but then it can be scrolled by a horizontal scroll bar which will be visible in this case.
If I resize the window, so it gets BIGGER than the grid, the grid must increase each column width, like when the Fluid Laout is used.
Basically most of the functionality is already provided by the Fluid Layout. But is there any way to achieve what I want?
Thanks in advance for your reply!