A project I am currently working on uses the DataGrid XAML Control from Windows Community Toolkit. By default the data grid only displays single line text-boxes while editing the bound data. The problem for me is that one of the columns in my data set is an address column that requires a multiline textbox editor. […]