Form Resizing

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
 
D

Douglas J. Steele

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