C# How to Auto Size Windows Forms & Controls

Sdílet
Vložit
  • čas přidán 13. 09. 2023
  • A simple tutorial showing how to auto scale and auto size C# Visual Studio Windows Forms and controls to fit in different displays, and to automatically rescale controls (charts, text boxes, etc.) as you resize the form
  • Věda a technologie

Komentáře • 6

  • @DjSashaWaksOfficial
    @DjSashaWaksOfficial Před 8 měsíci

    Thank you very much - Great Video

  • @sadravin1
    @sadravin1 Před 5 měsíci +4

    at 3min 30 sec in this video i realized this is not the best solution for scaling. If your solution dose the images but not the text, then it is not scaling properly. I will keep looking. Thanks anyways.

  • @minecetinkaya5763
    @minecetinkaya5763 Před 9 měsíci +1

    I use 4 group boxes. When I set autosize and anchor, boxes are overlapping

  • @restushlogic5794
    @restushlogic5794 Před 3 měsíci

    How to make auto size for two or more text boxes without overlapping each other?

  • @saviduillankoon6674
    @saviduillankoon6674 Před 8 měsíci

    perfect

  • @billyjoe3309
    @billyjoe3309 Před 6 měsíci

    Problem comes when people have 5120x1440 screens, like those 49" inches.
    Alltho them there could be a max-width value.