Many times, we need to stack some controls such as group boxes, list boxes and data grids into a WPF grid. If the last control is a DataGrid for example, odd behavior may just occur.
If the data list is too long in the DataGrid, it may right extend outside of the Grid scope. The solution is easy, stacking it into another kind of Panel instead of StackPanel, like DockPanel.
Recent Comments