xaml - Objects inside the stacklayout with a tap listener -
i want add tap listener stacklayout, want objects inside stack share same listener.
over android duplicateparentstate property on view tag, how xamarin forms?
i don't believe there quite same in forms. instead, able use inputtransparent
property work out similar experience?
https://developer.xamarin.com/api/property/xamarin.forms.visualelement.inputtransparent/
otherwise, add gesture recognizer each child of stacklayout.
Comments
Post a Comment