sebkirche / treelist

A combined win32 ListView/TreeView wrapped for PowerBuilder forked from Anton Zechner's TreeList
GNU General Public License v3.0
15 stars 13 forks source link

Clicking over a tooltip did not forward click events to treelist control #3

Open xlat opened 8 years ago

xlat commented 8 years ago

We use click on a tooltip that is displayed over a treelist column the tooltip receive to focus and mouse events are not forwarded to the treelist control. So a simple click over a tooltip did not select treelist item as it does when the tooltip is not displayed.

yiqushatianya commented 6 months ago

Deleting all items when moving the vertical scroll bar will cause the left mouse button to lock in the current interface。ReleaseCapture must be called before DeleteAllItem to solve the problem