Open HamzaSaidi opened 4 years ago
I'm looking to do the same thing. My VideoView's are procedurally generated in the C# codebehind of the shared project and I need to bind a different video to each of them. Currently the last added video plays while the rest show a black screen
💬 Questions and Help
I have a collection of videoView each one is bound to video source I want them to auto play at the same time
<CollectionView AbsoluteLayout.LayoutBounds="0,0,0.5,1" AbsoluteLayout.LayoutFlags="All" ItemsSource="{Binding Videos}">