Im after something that im not quite sure is possible with just changing the "group layouts"...
Im after the following :
Group 1
Group 2 Group 3
Group 4 Group 5
I guess you could do it with something like
GridLayout:AddLayout(L["StackedBox"], {
[1] = { groupFilter = "1",
maxColumns = "1",
maxUnitsPerColumn = "5",
},
[2] = { groupFilter = "2,3",
maxColumns = "1",
maxUnitsPerColumn = "10",
},
[3] = { groupFilter = "4,5",
maxColumns = "1",
maxUnitsPerColumn = "10",
},
})
I havnt tested it yet, but im pretty sure the anchoring of the bars would be something like
Group 1
Group 2 Group 3
Group 4 Group 5
Anyone tested this / can tell me if my theory is wrong ? And know the answer to what im after...