Hi, i use Grid.AutoFitAllColumnsAsync() to resize column width based on column content.
Now, this method resize also non resizable columns (Resizable="false")
I would like to apply autofit only on resizable columns, how to solve?
I would use AutoFitColumnsAsync() method but i need a generic way to apply it excluding non resizable columns.
There is a way to read from code the Resizable property of columns?