I found out as, probably, a large number of users, that the column header height is a read-only property.
I've been loonking for a hack around, without luck for now.
The fact is that i want to reduce the height to less than the colheaderlines=1.
i've seen this DefaultRowHeight property topic, but i can't access the header row using that.
Please let me know if there's a solution to this problem.
regards,
You cannot change the header height in the normal mode, but you can do it if you use RowLayout mode for the band.
So I understand you do
displaylayout.band[0].userowlayout = true;
but then what is the code to set the columns headers height?