I would like to be able to have a button that is not visible, but able to trigger a click event when clicked.
I'm looking at this page MSDN: System.windows.visibilty and it seems that buttons can have three visibility states. Visible, Hidden and Collapsed. When the button is Hidden or Collapsed, I can't see it (which is good) but I can't click it (which is bad).
Does anyone have a way that I can make clickable invisible element in my XAML file?