Form Resizing

  • Thread starter Thread starter Vlad
  • Start date Start date
V

Vlad

Hi All,

I have got a form that has a listview control on it.

I want the listview control to resize when I resize the form

I have no idea how to do this so any pointers or a good tutorial would
be most appreciated.

TIA

Vlad
 
Put logic in the form's Resize event that resets the width of the listview
based on the form's new width.
 
Back
Top