Controls position on window resizings...

Hi all,

I have a WinForm that has a DataGridView, TextBox, ComboBox, ListBox & 2 buttons on it... how do I get the layout to stay the same or the DataGridView to resize it self to the current window size with out it all being out of sight in the From

Thanks.



Answer this question

Controls position on window resizings...

  • vdv_phuong

    Thanks ...
  • Robert Winter

    try setting the anchor to top,left,bottom, right for controls which you want to resize with the form

  • Controls position on window resizings...