Dear Friends,
I'm trying to use proper marquees images for platforms instead of Banners but I can't find a easy way to do it.
I'm trying to change the file PlatformMarqueeView.xaml in my theme folder but with no success. I see that the source is Source="{Binding Path=SelectedPlatform.BannerImagePath}", but I don't know how to change this for the Marquee folder, since there is no folder structure for Msrquees in Platforms. IS there a easy way to setup this for a new sub-folder in Platforms and Playlists folders?
Thanks in advance for your support!
<Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<Image Source="{Binding Path=SelectedPlatform.BannerImagePath}" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" />
</Grid>
PS: I know that this is the correct file, since when I change Stretch to Fill it reflects in my marquee, but any changes I make in Source="{Binding Path=SelectedPlatform.BannerImagePath}" , even inserting some trash to check the result, there is no change at all in the marquee, keeping showing Banner and not throwing any error messages.