0

Its given that the os automatically adjusts the components if using grid with auto and * but it never happens, view components are small in larger screen sizes

What is the proper way?

megamind
  • 424
  • 1
  • 4
  • 19
  • 1
    Look at this question http://stackoverflow.com/questions/1768293/what-does-the-wpf-star-do-width-100, you can set some ratios so you do not depend on a fixed size – dkg Jun 01 '16 at 07:47
  • @dkg thanks for the answer but suppose i give a textbox width of 300 then the textbox is coming smaller in big screen sizes .how to fix that? – megamind Jun 01 '16 at 07:53
  • You can use `HorizontalAlignment="Stretch"` to fill the space instead of setting a fixed size. – dkg Jun 01 '16 at 08:06

0 Answers0