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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top