I want arrange buttons side by side in VerticalLayout. How to configure it?
Create a HorizontalLayout and add your buttons into it.
Then add the HorizontalLayout to the VerticalLayout, done.
Thank you. I have added HorizontalLayout and it’s working.