I am using an SfDataGrid in a UWP application. I would like the grid always to fill, horizontally, a cell in a parent grid (not a data grid - just a Windows grid). I have five columns, which can all be the same width. (I'd prefer to set the widths proportionally using something like "*", "2*", etc., but that's less important.) I would like to set a minimum width on the grid columns and, if the space is too narrow a scroll bar would appear and if it's too wide the columns stretch to fill the space. Despite my many attempts and many combinations/permutations, I have been unable to make this happen. Help would be much appreciated.
Thanks!
Brad.