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 (ElTree.pas)

We have a fix for procedure TElTreeView.CMMouseWheel

  ...
  else
    if (FOwner.TotalVisCount > FOwner.GetVisibleRowCount) then     <- New line to avoid unnecessary scrollbars if scrolling is not needed.
      SetVPosition(FOwner.FTopIndex - Dy);

Comments

Sign In or Register to comment.