Skip to main content
1-Visitor
March 20, 2019
Solved

How to make a layout column scrollable?

  • March 20, 2019
  • 1 reply
  • 1540 views

How do i make the Layout portion scrollable?
I mean.., lets say i create a mashup. On which i put a layout of 2 columns. On the left column, i put a map widget which should not be scrollable. On the right column, i put some 2 tabs. And under each tab i wish to have some 24 time series charts in 12x2 pattern. So, i wish to make the right column scrollable. How do i achieve this?

Best answer by PaiChung

you can use a collection widget as one approach which I recommend.

The other way would be to first add a panel into that area to make it non-responsive

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 20, 2019

you can use a collection widget as one approach which I recommend.

The other way would be to first add a panel into that area to make it non-responsive

muzzammil1-VisitorAuthor
1-Visitor
April 4, 2019

@PaiChung could u pls elaborate ur saying?

Support
April 19, 2019

Hi @muzzammil.

 

Not sure what aspect of Pai's statement requires elaboration, but you can learn more about the collection widget here and here.

 

The panel widget can be used to make an area of a responsive layout non-responsive.  Responsive widgets auto-rotate and auto-scale.  Non-responsive widgets are fixed.

 

Please let us know if you have further questions.

 

Regards.

 

--Sharon