I need to set the Hamburger Button to Focusable and TabStop, any idea?
Asked
Active
Viewed 45 times
0
-
Hi, could you share an image or sample code to explain the expected effect? I will check that in local site. – Junior Jiang Aug 31 '20 at 07:15
-
Hi, I want to select the hamburger button via Tab Navigation. The problem is that the button is autogenerated as part of a MasterDetailPage. I would need to set the button IsTabStop and Focusable to true, to have the desired effect. – Jordan Zapf Aug 31 '20 at 13:11
-
Okey, if so, it seems need to create a custom tabbed page, then can have a hamburger button be modifed. – Junior Jiang Sep 01 '20 at 03:04