Haven't had a reply to this topic yet. I tried using OnItemMouseEnter and OnItemMouseLeave events, and changing the Selection and FillSelected properties there, but not to my full satisfaction.
Is there a property I am overlooking that enables hover effects somehow ?
hovering is not implemented, as the listbox was designed for touch based systems.
You could use the OnItemMouseEnter, OnItemMouseLeave and keep track of the hovered item, then force an invalidate and use the OnItemCustomizeFill event: