Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2690
Xamgrid width
posted

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

 

Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children