I am a long-time user of Mp3tag, utilizing a multi-screen workflow with an extensive layout of custom tag columns. Because many of my columns are intentionally sized tighter than their longest values, navigating up and down the file list with the keyboard constantly triggers the native Windows "item tip" popups (which overlay the text of truncated cells upon row selection).
To clear the popup, I have to break my typing flow and physically nudge the mouse cursor out of the grid bounds, which introduces significant friction to a keyboard-driven workflow.
Since Mp3tag relies on the native Win32 ListView control, these popups are driven entirely by the LVS_EX_LABELTIP extended window style.
Would you consider adding an advanced option (or an unexposed .ini flag) to omit or strip the LVS_EX_LABELTIP flag when initializing or updating the main file list's extended styles? Alternatively, toggling it off via ListView_SetExtendedListViewStyle would completely suppress these focus-based cell popups, allowing power users with wide layouts to scroll smoothly without the overlapping tooltips.
Thank you for your time and for continuing to maintain the best tag editor available.