Search code examples
c#uwpuwp-xamlgroove

How to make a Groove like playlist


I would like to implement a Groove like playlist that is available after scrolling up now playing song. I am wondering if this is possible by using Animations with Visual State Manager?

Groove playlist


Solution

  • I am wondering if this is possible by using Animations with Visual State Manager?

    I'm afraid no, it's more like a slid-able cover over a ListView, I think what you can do is create a UserControl for displaying the information about playing song.

    You can refer to my earlier case here. There I created a UserControl which can be slide from up to down or down to up, although it's not exactly same as in the Groove app, but I think they are similar and you can use for reference.