I have a scrolling menu (buttons within a scrollview) with buttons in it sharing a single event handler. When I have a Button_Click event defined it fires but Button_Down and Button_Up do not fire. If I comment out the Button_Click event then Button_Down and Button_Up do fire.
I'd like to be able to have all three fire if possible.
Any insight?
I'd like to be able to have all three fire if possible.
Any insight?