Corgana Posted October 2, 2020 Share Posted October 2, 2020 I'm making a theme that loads everything instantly "as selected", but I realized for some reason when I use: <transitions:TransitionPresenter Content="{Binding ImageView}"/> It loads "once selected" throwing everything off. Now I could just do: <Image Source="{Binding Path=SelectedGame.FrontImagePath}"/> But then the box doesn't flip. I am admittedly an XAML noob, but is there a way to load the cover art "as selected" but still allow the box to be flipped? "SelectedGame.ImageView" doesn't work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.