Hey,
In datagridview there is a property called: "AutoSizeColumnsMode".
Its an enum, and one of his field is "AllCells" which means to make the width of the header and content like that no content are missing.
Which property or function do this in xamDataGrid?
tnx