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
150
Vertical Rows
posted

I see the CardView and RowLayout examples that show the rows being displayed vertically.  However I do not see what property is set to make this happen.  Can anyone point me in the right direction to get the rows to display vertically?

 

Thanks in advance,

Tom

Parents
No Data
Reply
  • 5118
    posted

    Hi Tom,

    CardView is turned on from a particular Band. So you can do something like:

    UltraGrid1.DisplayLayout.Bands[0].CardView = true;

    RowLayouts can be used in conjuction with CardView but in reality you are simply specifying a location for a Column Header and it's Cell.  The entire RowLayouts discussion is in the help collection and can be found here

Children