Listbox - GetFocus

seems that if you click on a cell the GETFOCUS for a listbox fires…

but if you click in the scrollbar area of the listbox it does NOT

I need to detect if ANY place in the listbox has been clicked, and ignore it under certain circumstances

so if “Flag=True” (for example)… then the listbox cannot and will not scroll

in a subclass of listbox check mousedown
and pass the mousedown event along