I’m trying to put in my windows a Datagrid and some other things (TextBox, Dropbox).
My problem is that when I resize the windows I can’t control the items.
What I want to do is to devide the Windows like the picture below, and want the them to fit the window when I resize the window.
What do you suggest.

Put them in a
Gridwith twoRowDefinitions. One for the toolbar/controls at the top, the other for theDataGrid.Make the first row height
Auto, and the second row height*.Set the
HorizontalAlignmentandVerticalAlignmentproperties on theDataGridtoStretch.