Scroll part of the interface only

I have an ion-content set to scroll=“false”.

In that ion-content I have several content zones and in one row I’d like to enable scrolling. Is there a recommended way to make part of a ion-content / interface scrollable?

wrapp it with ion-scroll directive :slight_smile: Reference to: http://ionicframework.com/docs/api/directive/ionScroll/