Control sizing and position will change when form will resize in win form application c# -


suppose have label , button on textbox , want if resize win form label , button size , position change. got solution in wpf working win form apps. here giving url can see kind of output looking form. url http://i.stack.imgur.com/qeovk.png. please see image , tell me how can implement same output in win form apps. please me code snippet in c#.thanks.

consider window forms , wpf very different, ui management , controls nesting / ui composition.

i have seen articles describing trying in windows forms, long ego, it's called control scaling if recall well.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -