eddyc Posted July 29, 2019 Posted July 29, 2019 Hi all, Having fun with 1903. No matter what I do, the start menu XML stays as 3 columns wide despite the template being 6 before export. On a 1803 machine it is fine and shows 6 columns wide but on the 1903 is it only 3 with a scroll bar. Any suggestions? Cheers
Arthur Posted July 29, 2019 Posted July 29, 2019 On a 1803 machine it is fine and shows 6 columns wide but on the 1903 is it only 3 with a scroll bar. Try adding StartTileGroupsColumnCount="2" to your LayoutOptions. xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1"> 1
eddyc Posted July 29, 2019 Author Posted July 29, 2019 That's done the trick! Thanks so much! Try adding StartTileGroupsColumnCount="2" to your LayoutOptions. xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1">
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now