Hi,
I'm setting up an navigational plane for our operators. To make the maintaince of this a little bit easier i started to use the grid system.While setting up the navigation menu I ran into an issue with button groups/groups in general.
If i have a shape (submenu) with the Layout option Grid.Col=2|Grid.Colspan=2|Grid.Row=2|Grid.RowSpan=1|VerticalAlignment=Stretch|HorizontalAlignment=Stretch
It will as expected fill the available space
and i have a button above that which is a button group witht he following layout shape data:
Grid.Col=2|Grid.Colspan=2|Grid.Row=0|Grid.RowSpan=2|VerticalAlignment=Stretch|HorizontalAlignment=Stretch
But that doesn't stretch, even if i add that to all the Layout shape data to all the mouseover shapes in the group. How can i use the Grid system with mouse over groups?
Hi Gerwin,
Unfortunately, there currently is no support for setting the layout option on shape groups. As a workaround you'll need to extract everything of the group shape into their own standalone shape and position them this way.
This issue is on our backlog though and I've contacted the product owner to see if the priority of it has been correctly set.