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
1024
multiple lines headers
posted

Hi, I want to be able to display the headers of my XamDataGrid in 2- 3 lines, depending on the label's text length. How can I achive that?

  • 9836
    posted

    You could set the LabelTextWrapping property to Wrap in the FieldSettings:

    <igDP:Field.Settings>

    <igDP:FieldSettings LabelTextWrapping="Wrap"/>

    </igDP:Field.Settings>

     

    Also you might be interested in seeing this forum thread for one different implementation.