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
265
ColHeaderLines AND WrapHeaderText coexistance
posted

Hello.

I find that if I set the property of the UltraWinGrid

DisplayLayout.Override.WrapHeaderText = DefaultableBoolean.True;

then property ColHeaderLines=7 of the Band doesn't work.

Is that right?

And if so, is there a way to increase Header height still having  WrapHeaderText = DefaultableBoolean.True;

Thanks in advance.

Parents
  • 469350
    Verified Answer
    Offline posted

     Hi,

        I tried this out and got the same results. It looks like these two settings are contradictory. WrapHeaderText automatically sizes the height of the header to the text, so ColHeaderLines is ignored. 

        You could insert return characters into your column header captions if you want to break at certain places.  

Reply Children