Hi there,
I've got a grid of buttons that mimics a number keypad in a XAML Windows store app.
When you use the physical keypad I'm trapping the keys on Grid.KeyDown and firing the button click events using ButtonAutomationPeer (maybe there's a simpler way than that?)
What I'd like to see is the corresponding button highlighted as if it has been clicked with a mouse (ie the pressed visual state animation), but just invoking the button's action doesn't achieve this.
Anyone any idea how to do this?
Thanks,
Thanks, R