Hi all,
I am working with a ListView control and I am setting the width of all the column headers to -2. This way the column width adjusts to the longest item in the column and the last empty column of the listview gets "hidden". I have only one column header in this listview control. Now, my problem is that when the form containing the listview loads, and if the width of the form is less than the width of the column header (adjusted to the longest item in the column), the items in the colum that are actually longer than the form width, appear with "..." at the end of them, which is ok, but the horizontal scrollbar does not appear... I am not sure how I can fix this. I would like to see that horizontal scrollbar and not to force the user to resize the form to see the rest of the item's text.
Thanks!
Ale