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
4133
Row Layout - Display Records Left To Right?
posted

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?

Parents
No Data
Reply
  • 1980
    Offline posted

    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;

Children