First of all, I was trying a single button. If dynamic layout is nested, I found Right alignment setting does not work. I know this setting works if the Dynamic Layout is top-level.
So, I tried another solution - instead of above setting, I configured right-aligned to cell read-write / read-only classes options in the Cell properties as below.
Please let me know how I can right-align multiple buttons in a single row. Also, how are the settings in the first approach from Dynamic Layout and the second approach from Cell properties be distinguished? Which one is a better approach?
No, my question was how to place multiple buttons on the right. This approach provides a single space and two buttons can’t be included unless we create another section, which is unnecessary.
Basically when I added one more Dynamic Layout (this had to be Inline layout format, not Default) between outermost dynamic layout and innermost dynamic layout and configured the innermost layout to alignments “Right (flex-end)”, it worked. I do not know if this is the correct configuration, nor do I still understand how things work here… Why pattern 1 doesn’t work? Also, when should we use right-aligned in cell read-write / read-only classes options?