It seems to me that one desired behavior of the TableColumn auto-sizing of width should be to set the width to the maximum of widest item and header width, The current behavior seems to be the following:
- Default: set width to that of widest item, clip header if wider
- if minWidth is set to any value (e.g. to width of header), item size no longer considered and is clipped if longer than minWidth
So the only way to get the desired behavior is to manually determine the widest item vs width of header.
- Default: set width to that of widest item, clip header if wider
- if minWidth is set to any value (e.g. to width of header), item size no longer considered and is clipped if longer than minWidth
So the only way to get the desired behavior is to manually determine the widest item vs width of header.