Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Fix ElPack - Display of Header

We have to change ElTree.pas to get Header correctly displayed
We change

function TCustomElTree.GetHeaderHeight;
begin
  if csLoading in ComponentState then
    Result := FHeaderHeight
  else
    Result := FHeader.Height;
end;


Comments

Sign In or Register to comment.