Hi,
Is it possible to set different row height for every row in TElXTree header?
I try this
ElXTree->HeaderRowCount = 2;
//ElXTree->Header->RowHeight = 3*19;
ElXTree->Header->LockHeight = false;
ElXTree->Header->Rows[0]->Height = 3*19;
ElXTree->Header->Rows[1]->Height = 19;
but it's not working.
Any help appreciated.
Comments
I've checked this Mega demo. I add this two line to MergeHeaderCells event, and after i run application the height of both rows was the same but after I check twice checkbox "Merge header cells" this setting starts to work. So it is not work as one would expect.
Package: LMD ElPack 2013.3 (13-03-2013)
IDE: (Delphi/C++Builder XE)
Platform: Platform: Windows XP (Build: 2600, Dodatek Service Pack 3)
Grzegorz