I have met an issue of unproper selection of items in TListBox in my application with a HorzScrollBox in the form. The form has two (or more) TL
TListBox
HorzScrollBox
TL
I found an answer by setting ListBox1.CanFocus := false;. In certain cases (rearly) the bug reoccurs.
ListBox1.CanFocus := false;