I want to use the ListBox mouse up event so I am returning true in the mousedown event. Problem being if the scrollbar is present, returning true in the mousedown event stops the user being able to click on an area of the scrollbar to scroll the listbox.
What is the work around for this or am I making a fundamental error?