Open kemblekaran opened 6 years ago
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.
It's start to move off the screen whenever I set GridLayout's columns and rows and If I don't do that it works just fine.
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%");