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
115
How to remove the extra space in the xamgrid
posted

I have xamgrid with variable number of columns. If grid has only 4 columns there is some white space left out. 

is there a way to make the width to align the screen if screen width is more than columns width and if columns are more i don't want to make this happen.

  • 138253
    Offline posted

    Hello Keerthi,

    Thank you for your post. I have been looking into it and I can suggest you set the XamGrid's ColumnWidth Property to * in order to make them strech to take all available space.

    Hope this helps you.