How to align stackpanel below the grid in wpf using xml?
I have a grid and the problem when insert the code for stackpanel below it, affecting the the page of other controls. How can make sure this does not happen, it just below it and its not affecting other controls.? I will attach the screen shot so many users can be able to see the reason for this ui affecting other control on my local development.
How to align margin to allow enough space in grid using wpf ui?
I want to minimize the space between the grid and rectangle on my application, the problem there is big space them want to adjust the margins of the grid to fit below the rectangle so can have a good ui for my wpf application.