I am trying to customize a layout without having to do too much custom translations. I rather see if I can go with "convention over configuration". I started to implement most, if not, my entire screen to be grouped with LayoutGroups, as seen below. All the boxes with the bold border color of red (I apologize for the color scheme) are LayoutGroups.
The row in question is the top row. Its row is a LayoutGroup [Group A] and inside are two LayoutGroups [Group B][Group C]. Right now, the second child LayoutGroup (with the label and picture) [Group C] is being stacked right next to the first LayoutGroup (Label Label group) [Group B]. I am just not sure how to "float" (if I were to use CSS terms) the LayoutGroup [Group C] to the right of the container. I know how far I want that LayoutGroup to be far from the right side edge. However, since LayoutGroup [Group A] has its properties configured, it left aligns both child LayoutGroups [Group B][Group C] to the left side of the screen.
My question is, how do I configure my Group C Layout Group to be able to stack ("float") to the right of the parent LayoutGroup container?
I also noticed that LayoutGroups are not able to properly "stack"/"position" child Groups (not LayoutGroups). Its almost as if LayoutGroups treat them as invisible containers.
My intended implementation (below):