Hi Thomas,
There are couple of approaches you can take when implementing this scenario. First of all, you could edit the
ControlTemplate of
RadMediaPlayer in
Expression Blend and change the position of the
Playlist to wherever you like. For example, you could add a
Grid with
2 columns. In the first column will be the media player and in the second column will be the playlist. For a more detailed explanation please refer to the
attached image(
blend-screenshot.png) and sample project (
mediaplayerplaylist-controltemplate.zip). The sample project is a C# project, but it is only XAML code and no C# code, so I assume it would be no problem.
The other approach is to create an external playlist (ListBox for example) and every time the selection changes, to feed the media player with an item. For more detailed explanation, please take a look at the attached sample project (
mediaplayerexternalplaylist.zip).
If you have additional questions, let us know.
Best wishes,
Kiril Stanoev
the Telerik team