Search code examples
video-playerrokubrightscript

How can I add a vertical scroll to the list in Brightscript?


I am trying to customize the video player example that comes with the SDK. I am displaying the videoplayer on the left side of the screen and the playlist on the right side with the navigation through this playlist.

However I am able to display only few videos on the rightside. Hence I need to add scroll to the playlist so that I can display all the videos there.

I have reserched on it and found the rotextscreen that provides scroll but that opens a whole new screen which doesnot serve my purpose as I want to show the playlsit on tthe right side of the player more like you tube.

I cannot use Rogridscreen for the same reason as rotextscreen.

Is there any other component i can use to display the playlist and add the vertical scroll to the playlist or any other approach I can take??

I am a bit lost at the moment. Any suggestions would be really appreciated.


Solution

  • Have a look at roListScreen, a scrollable list will be on the left