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
40
Display rows vertically
posted

Is it possible to change the orientation of a grid to display rows vertically, ie. rows as columns?

example:

columns   row1        row2       row3

Name      Joe           Jane       Jack

Age         10           15            20

Weight     30           50           100

 

where the data is "select name,age,weight from table1"

Parents
No Data
Reply
  • 3186
    Offline posted

    Take a look at the samples explorer for the cardview and RowLayout examples.  They are similar to what you are looking to do.

    Nick 

     

Children