Hi,
I have a DataGrid with a lot of columns in a X.F. application and i want to make the columns not to fit into the width of the view. I want to expand the columns and give the opportunity to the user to scroll horizontally to see all columns.
Thanks in advance.
Edit: I just figured out that there is the ColumnSizer Property. I just set that to Auto and it is working fine.