Jump to content

Recommended Posts

Posted

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

Posted
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">

  • Thanks 1
Posted

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">

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...