Is there a way to have the last field of a ListGrid auto-fit the size of the grid after the header is dragged to a new size? See the attached image. This is after I have drag-resized the last column header to the left. The header resizes but the records inside the grid do not, until I resize the container by even 1 pixel, then they snap to fill up the extra space.
I've tried all the combinations of autoFitxxx that I can think of and nothing seems to work.
I would also like the last column to shrink to fit the available space when the header is dragged to the right instead of a scroll bar appearing, but that is less important.
I've tried all the combinations of autoFitxxx that I can think of and nothing seems to work.
I would also like the last column to shrink to fit the available space when the header is dragged to the right instead of a scroll bar appearing, but that is less important.
Comment