Quote Originally Posted by DirtyHowi
in your form load event
VB Code:
  1. listview1.Columns(0).Width = -1
-1 sets it to the widest data item
Damn that's good to know.