2

I'm trying to set the property of UIElement to not focusable, but there does not seem to be a isfocusable property for buttons. Does anyone have any suggestions? Thanks :)

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
RKM
  • 3,151
  • 9
  • 37
  • 50

2 Answers2

9

I believe you are looking for the Focusable property.

CodeNaked
  • 40,753
  • 6
  • 122
  • 148
2

What about <Button Focusable="False" />

WaltiD
  • 1,932
  • 2
  • 23
  • 25