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 a
Try setting the Button's Opacity...
Opacity
<Button Opacity="0" />
Can't you use the Opacity property?