Good morning.
I have a ultrawingrid with several columns (some related to data and other unbound). I noticed that the headers of unbound columns have different height than the bound columns. Is there any way around this?
(attached a picture to show)
Thanks in advance.
Hi,
There's no way to set the height of any individual header. Headers in a row like this should never be different sizes. I have never seen anything like that before, and I cannot see any reason why being unbound should have any effect on the height of the header.
What version of the controls are you using?
Can you reproduce this in a small sample project so we can check it out?
Hi Mike, I found the error while creating the test project to send it to you.
At the beginning of the InitializeLayout event I have a function that sets a number of common properties for all columns of the grid. After this I add the columns that are not linked and, of course, for these new columns have not set the above values.
In particular the property that makes these columns look more high is the Header.Appearance.BorderColor. The bound columns have a white border (that is set in the function in the beginning) and the rest (unbound columns) haven't.
Thank you very much.
So is everything resolved now?
Michael S.