I have a list box on my windows form that is the width of my form and is on the bottom left corer of the form. This shows correctly when the form opens in normal mode, but not when i maximize the from, the listbox is no longer in the bottom left corrner, and it does not take up the width of the screen.
How can i get the list box to change size when i maximize the form?


