I have my own ListView class, inheriting from Forms.ListView. When double clicking on the column divider, the columns resize to show the column items in full size.
However, for me this doesnt work properly - some words are partially hidden because I am using large font size to draw items.
Now, when the column is double clicked, I want to calculate the column size by measuering the size of largest string in the column. Any one know how to find the largest string in the listview column without iterating each item in the listview?