Howdy, Stranger!

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

In this Discussion

Scroll-Fix ElTRee

 TElTreeView.CMMouseWheel:

    if FMouseSel then
    begin
        ...
    end
    else
      if (FOwner.TotalVisCount > FOwner.GetVisibleRowCount) then  <----       // If all Rows are visible, scrolling isn't needed
        SetVPosition(FOwner.FTopIndex - Dy);

Comments

Sign In or Register to comment.