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
860
Cardview layout problem
posted

When I ask a grid to use the Cardview style, I do not get the labels showing vertically in a single coliumn on the left hand side but instead they are shown horizontally as is the data. I have attached a image showing the effect.

I have not set any other CardView setting but simply set

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

 

What else do I need to do?

 

THanks

Parents
  • 469350
    Verified Answer
    Offline posted

    It looks like you have UseRowLayout set to true on this band. In this case, CardView really only controls the positon of the cards, it doesn't affect the layout of the card itself. So you probably just want to turn of RowLayout. Otherwise, you will need to change the layout of the row. 

Reply Children