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
CardView and RowHeight at multiline
posted

Hello,

 i have the problem that i use the cardview property and would like to have a multiline row. Lets do some ascii art ;-)

 __________________________________________

ID          |                            4   |                       5  |

___________________________________________

Text      | This is a multiline       |   I am a multiline  |

            | text for testing            |  text for testing    |

___________________________________________

Name    | Sam                         |  Pete                   |

___________________________________________

 

You can see i would like that the row height of the row Text would be great enought to display the multiline text. I manage it to get the multiline text. But i didn`t manage it to set the row height.

 

Hope you can help.

 

Cu

tmto

  • 210
    Offline posted

    Hi

    I add a Environment.NewLine to the

    .Columns("Text").Header.Caption = "Text" & Environment.NewLine

    You can add as many as you need to achive the number og "rows" you need.

    JensB