Hi,
I am trying to load a dropdown along with paragraph Field in each row of the editable grid. I thought dropdown control will align vertically to top so that both control in each row will appear properly. But, the outcome is NOT looking good.
Is there any alternative way using which I can bring both control to same height (vertically to the same height)
Discussion posts and replies are publicly visible
In your paragraph field you have a parameter called height, which is used to control the height of paragraph.
a!paragraphField( height: "SHORT" )
If I do like this, it is reducing the height of the paragraphField. But, I need bigger height for the paragraphField and I need to just align the dropdown vertically to top.
Grids do not support vertical alignment. But you can use a list of side-by-side layouts to emulate a grid. Cardlayouts can also be used.
Grids won't support this feature. As Stefan mentioned you need to custom implementation (with a combination of cardlayouts, sideby side layouts, rich text display fields etc..) to achieve your requirement.
+1 for vertical alignment options in grids