I started with a CardLayout and have a sideBysideLayout inside it. Inside this SideBySideLayout I have two SideBySideItem. The problem I'm facing is Inside one of this SideBySideItem I want to have two components. SideBySideLayout doesn't allow any other layouts, nor does it allow array of items.
PS: For reference this is being used in a Portal. Please see attached pic for layout if the descriptions seems confusing.
Discussion posts and replies are publicly visible
Use columns layouts for the course layout, and side by side layouts for the fine, single row adjustments.