MaDmiX Posted July 4, 2019 Share Posted July 4, 2019 (edited) Hi folks, Having lots of fun learning to code Bigbox themes. It reminds me a bit of bootstrap, with the columns and rows layout. So I am using viking's StationEmulation theme as a jumping off point and I am making some simple mods to his WheelGamesView.xaml. I was able to get the screenshot pic sized and enlarged the way I like with playing with the column and row position and spans but I also want to get the cover art left justified so it aligns with the ScrollableTextBlock. I tried a few things but nothing seems to be working. Can anyone help? This is what I have: UPDATE: I got it sussed. By narrowing the Grid.Columnspan property and adding HorizontalAlignment="Left" I was able to get what I wanted. Thanks, MM Edited July 5, 2019 by MaDmiX 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.