I have a ListView which occasionally has content in one column that makes it wider than available space, causing a horizontal scrollbar to appear.
What I would like to do is have the content of the columns truncated so that all the columns are visible and the horizontal scrollbar does not appear.
I know I can disable the scrollbar but that just makes the columns that are off screen inaccessible.