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.
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.