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
115
How to add captions for two rows in cardview?
posted

Hi,

i have created a CardView & there are two rows in card view displaying vertically. I need to set the captions for the two rows. So, the card view should look something like this:

                      Caption1            Caption2

ColumnA         Data1-A            Data2-A

ColumnB         Data1-B            Data2-B

ColumnC         Data1-C            Data2-C

 How do i add Caption1 & Caption2? Please help.

Thanks, Aman

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Aman,

        I think you are looking for the band.CardSettings.CaptionField property. This allows you to make one of the fields of data into a caption for the card.

Children