I would like to set such size for the DataGrid (standard, from WPF) so all cells (text) would be fully visible. I have window with DockPanel, with DataGrid
SizeToCells is what worked for me. I like this because its in XAML and it's concise.