[Bug 40444] Find doesn't jump to a found item in WinSCP

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 12 03:43:32 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40444

--- Comment #2 from Martin Prikryl <martin at winscp.net> ---
With more context:

ListView_SetItemState(Handle, Index, LVIS_FOCUSED, LVIS_FOCUSED);
int Index2 = ListView_GetNextItem(Handle, -1, LVNI_FOCUSED);
ListView_EnsureVisible(Handle, Index2, false);

(WinSCP uses VCL library, so the above is what the VCL does internally).

Note that I'm not confirming the bug, I'm just sharing details on the
implementation.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list