how auto size the columns width of a list view in virtual mode?
When I use a TListView (ViewStyle = vsReport) I can autofit the width of the columns setting the LVSCW_AUTOSIZE or LVSCW_AUTOSIZE_USEHEADER values in the Width property of each column, now I start to use the Listview in virtual mode, but the width of the columns is not modified according to these values. So the question is : How I can adjust the width of the columns to fit to the content or header, when the lisvtiew is in virtual mode? Since the list view in virtual mode don't know the item captions in advance (because it asks only for data of the visible area) it also cannot know the width of