I am using the row layout feature of the grid and see that the records display from top to bottom on the screen. Is there any way to get them to display left to right?
Hello rehemann,
To display all records in a single row you can use the CardView Row Layout and then set the MaxCardAreaRows
myRowLayout.CardView = true; band.CardSettings.MaxCardAreaRows = 1;
myRowLayout.CardView = true;
band.CardSettings.MaxCardAreaRows = 1;
I can't use cardview. I am using row layout instead. Is it possible using row layout?