column widths on a listview

  • Thread starter Thread starter L Melville
  • Start date Start date
L

L Melville

Hi,

I have a listview v6 and wish to adjust the columns automatically so they
fit the text thats inserted underneath them, i have put some code that will
iterate through each item in the list and and grab each text within (so i
can check the size of each and get the largest). I put this code on the
form load event but the data gets loaded after this (the control is bound to
the data behind it), I am also unsure how to acctually sets the columns
width. Has anyone got any pointers for me?

thanks in advance
lee
 
Back
Top