How do I bind the isEnabled property of play, pause, rewind & forward buttons - for a MediaElement?
I can do this in code of course on MediaOpened & MediaClosed, using a shared dependancy property, but I just wondered if I can bind all the buttons (maybe with a converter) directly to a property of the MediaElement? I thought HasVideo looked like a good bet, but it didn't work.
Thanks in advance, Pedro