MediaElement -Have a new feature similar implementation to that of <ContentPage.ToolbarItems> #1089
Closed
Riffy135
started this conversation in
New Feature Discussions
Replies: 2 comments 3 replies
-
Why can't you just use a |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I would like to use MediaElement, but would like to be able to display it on ContentPage above my CollectionView which contains DataTemplate in a similar way to how I am using <ContentPage.ToolbarItems>.
So the MediaElement only appears once on a Page and is only displayed if Audio is available for the content on the Page. Currently I have:
`<ContentPage.BindingContext>
local:Level3ViewModel/
`
A new MediaElement feature I would like is similar to the ToolbarItems, which I use for my audio. the XAML would be something similar to:
<ContentPage.MediaElement > <toolkit:MediaElement x:Name="mediaElement" MinimumHeightRequest="200" MinimumWidthRequest="350" IsVisible="{Binding MediaElementVisible}"></toolkit:MediaElement> </ContentPage.MediaElement >
Wonder how difficult it is to implement this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions