Summary
create listbox:
Event "Opening"
hit:
me.AddRow("AAA")
me.AddRow("BBB")
me.AddRow("CCC")
Add Event MouseDown:
Sub MouseDown(x As Integer,y As Integer, button As MouseButton)
print(x,y)
If you click in zone without row, you doesn't receive the message.
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Like Xojo, always send mouseDown event when you click into ListBox
Actual Result
Screenshots, Logs, Or Sample Project