You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to set the grid component to 100% width. However you might also want to look at the 100%height. CSS height is weird and can throw things off if not set up right. But I would have to see a picture of the problem before I could notice anything.
When GridLayout component with columns and rows added into the ResponsiveColumn it,some components start to move off the screen.
Code :
`ResponsiveLayout responsiveLayout = new ResponsiveLayout();
GridLayout lPersonalAccount = new GridLayout(3, 3);
responsiveLayout.setSizeFull();
responsiveLayout.setStyleName("border");
ResponsiveRow rootRow = responsiveLayout.addRow();
rootRow.setHeight("100%");
The text was updated successfully, but these errors were encountered: