Grid with dataGrid resizing in WPF
问题 I have an issue when resizing window of my application. I have two DataGrids each placed in its own Column of Grid with another Column in the middle of the Grid containing GridSplitter to adjust the size of DataGrids. By reducing the window width from this state I need to get this: This way the each column and window would hit the MinWidth. But instead of that I get this (the left Column is not at its MinWidth): I noticed that it is the Columns in the DataGrid that stop/slow the shrinking of