Does anyone know how to remove the keyboard focus rect that appears in a FlipView Control when you use the cursor keys to navigate left and right?
I thought I could just set the FocusVisualStyle to null but that doesn’t seem to be a supported property in WinRT.
Surely there must be some way to hide that annoying dotted outline?
I eventually worked out how to remove the focus rect by creating the following Style using Blend and remove the storyboards that set the FocusVisual elements. I’ve included the full style below in case it of use to anyone else.