I have a Form that has different information to fill out based on a selected. All FormItems are contained inside a Form parent. Is there a way to hide/show 'groups' of FormItems (includeInLayout/Visible = false) and still keep the format consistent (all the labels line up)?
I tried containing FormItems in a VGroup which I can easily hide/show the whole group but the label alignment is off.. I don't want to hide/show each element since some of the information groups are pretty large and to condition that would be an line nightmare..

