I have a datagrid which does not have any data in it yet
The use can add row, Is it possible to set the width of the xamgrid to display all column
Currently it just shows 1-2 columns
Thanks that solved it
Hi,
Technically if the xamGrid was in a container that gave it infinite width. that would happen. However, thats not really a good idea as it'd basically turn off virtualization, and you'd never get a horizontal scrollbar on the xamGrid.
However, you can size the columns to the xamGrid by setting the ColumnWidth to *
-SteveZ