Closed Lifehack25 closed 3 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
You probably want to use a Border
as also mentioned in #22518. Additionally, Frame
will be deprecated and going away. So all the more reason :)
Duplicate of #22518
Description
When doing a frame which is a switch element and put on Frame.Shadow, the GestureRecognizer stops working, So that I can not click the frame to toggle the switch..
Steps to Reproduce
Example:
<Frame x:Name="MainFrame" Padding="5" BorderColor="Gray" CornerRadius="15" WidthRequest="170" HeightRequest="70" Margin="0,0,5,0" HasShadow="True">