Discussions
Sign In
•
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In with LMD account
Sign In with LMD account
Categories
Recent Discussions
Categories
All Categories
1.1K
NG Controls
28
Announcements
60
LMD IDE-Tools
208
LMD ElPack
373
LMD-Tools
414
Feature Requests
38
In this Discussion
Eugene Balabuev (LMD)
November 2016
Quanos Service Solutions GmbH
November 2016
Last visible line in TElTreeStringGrid isn't clickable if scrollbar is visible
Quanos Service Solutions GmbH
October 2016
in
LMD ElPack
Vote Up
0
Vote Down
See attached project.
The last line in the TELTreeStringGrid is only clickable in the small ared in the right if the horizontal scrollbar is visible
zip
zip
ElTreeGridvsXTree.zip
4K
Comments
4 Comments
sorted by
Votes
Date Added
Eugene Balabuev (LMD)
October 2016
Posts: 0
Vote Up
0
Vote Down
Hi,
The bug has been fixed.
Quanos Service Solutions GmbH
November 2016
Posts: 107
Vote Up
0
Vote Down
Whe is the next version available (my SVN-Access have problems so i can get the diff out of the SVN-Repository).
Or can you post the changes in this discussion?
Eugene Balabuev (LMD)
November 2016
Posts: 0
Vote Up
0
Vote Down
You should add the following private method to
TElTreeView class
:
procedure TElTreeView.WMNCHitTest(var Message: TWMNCHitTest);
begin
if (FOwner <> nil) and FOwner.UseCustomScrollBars then
Message.Result := HTCLIENT
else
inherited;
end;
Quanos Service Solutions GmbH
November 2016
Posts: 107
Vote Up
0
Vote Down
Thanks for this code-snipped
Sign In
or
Register
to comment.
Comments
Or can you post the changes in this discussion?