Grids

  • C# - Grids in WPF

    After(a lot of time after(more acurately 2020.04.13)) making the application I wrote about in this article(My first C# Application), I found out that I had to get control of the grids and the positioning classes/utilities, like StackPanels and DockPanels, to get the controls positioned where you want/expect them. You will see the whole example at the end. I just have to talk a little bit about it.