KingsmanZer0 Posted November 11, 2022 Posted November 11, 2022 hi guys using the default bb theme i like this view but how do i stop it from repeating acrcade,console arcade, console. i would like it just centered and not repeated. and not planning to add more categories to fill it up. thanks! Quote
faeran Posted November 11, 2022 Posted November 11, 2022 14 hours ago, KingsmanZer0 said: hi guys using the default bb theme i like this view but how do i stop it from repeating acrcade,console arcade, console. i would like it just centered and not repeated. and not planning to add more categories to fill it up. thanks! You would have to essentially create a copy of the default theme, dive into that view's files and make a code change. Basically: Make a copy of the LaunchBox\Themes\Default folder, and give the copy a new name. Navigate into your theme folder, and into the Views folder, and open PlatformWheel1FiltersView.xaml Find the coverFlow:FlowControl element and change the Endless property to False: Endless="False" 1 Quote
KingsmanZer0 Posted November 11, 2022 Author Posted November 11, 2022 11 minutes ago, faeran said: You would have to essentially create a copy of the default theme, dive into that view's files and make a code change. Basically: Make a copy of the LaunchBox\Themes\Default folder, and give the copy a new name. Navigate into your theme folder, and into the Views folder, and open PlatformWheel1FiltersView.xaml Find the coverFlow:FlowControl element and change the Endless property to False: Endless="False" got it thanks! Quote
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.