-1

i am developing a win form application using c# ,in form 1 there is a datagridview, a panel which holds some text boxes , another panels which holds some labels

how to get this : size of datagridview , spacing between panels,must be changed automatically when the user changes window size

for example as we see in web browser, i think there is a term something like "responsive " ??

codemirror
  • 3,164
  • 29
  • 42
  • 3
    Please don't roll back edits that improved the post. – ChrisF Sep 03 '13 at 11:24
  • i asked a question which i need , how can some one fully alter my question – codemirror Sep 03 '13 at 12:24
  • Firstly they didn't "fully alter" your question. They fixed the grammar and spelling. Secondly [check the license](http://creativecommons.org/licenses/by-sa/3.0/) that you sign up for when posting to Stack Exchange. – ChrisF Sep 03 '13 at 12:25
  • thanks for support but i rolled back because beginners like me are likely to search with almost same keywords as i asked in question...i hope seniors don't mind – codemirror Sep 03 '13 at 12:26
  • Can you at least fix the spelling and grammar. – ChrisF Sep 03 '13 at 12:29
  • It is recommended not to roll back the edits as they help to simplify the post and facilitate a simple approach to the question – Rohit Sep 05 '13 at 04:50

1 Answers1

0

You can use Anchor of your controls.Using anchor you can anchor it top ,bottom left right take a look at this

Or you can also use Table Layout Panel

Rohit
  • 10,056
  • 7
  • 50
  • 82