How can I set "isfocusable" property to false for UIElements ( buttons) in WPF?
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 :)
Solution
I believe you are looking for the Focusable property.