I have a ListView that contains many items and am trying to set the column widths to auto so that they auto-expand to the width of the longest string in the column. At first, it appeared to work, but as I scrolled down the list, I noticed that some of the longer strings were cut short because the column didn't auto-expand enough. Then it occurred to me that setting the width to auto seems to calculate the width based on the column values visible on the grid at the time. So, when I scroll down to rows containing longer strings for a particular column, I can double-click the column divider to have it expand further. This behavior doesn't seem right.
How can I get the column to expand to the length of the longest string from the start?