Skip to content
#

responsive-layout

Here are 296 public repositories matching this topic...

bassmartin
bassmartin commented Jun 27, 2017

When using regular spacing, no scrollbar is appearing :

ResponsiveRow row = layout.addRow().withMargin(ResponsiveRow.MarginSize.SMALL).withSpacing(true)
row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel1)
row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel2)

result :
<img width="754" alt="screen shot 2017-06-27 at 15 55 25" src="https://user-images

Improve this page

Add a description, image, and links to the responsive-layout topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the responsive-layout topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.