It is possible set ultracombo header height?
ultraCombo.DisplayLayout.Bands[0].Header.Height // this property readonly.
Please help!
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.