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
140
UltraCombo Header Height
posted

It is possible set ultracombo header height?

ultraCombo.DisplayLayout.Bands[0].Header.Height // this property readonly.

Please help!

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    The height of the header is calculated automatically based on the font of the column headers and some other factors.

    If you want more than one line of text in the headers, you can set the ColHeaderLines property on the Override.

    If you need more control over the header height, you would have to use a RowLayout and use the PreferredLabelSize on the column's RowLayoutInfo for each column.

Children
No Data