Can I have 2 scroll area,left for selecting a item, right area for showing the content of the item

Hi, I am new on framework7. And it is the most beautiful UI framework. I’ve ever used ionic and it has a scroll component which can be placed in a page to specify a scroll area. Is there counterpart of the scroll component in framework7? Thanks very much

It is actually

<div class="page-content">

element which is scrollable. So you need to put two such elements in page and add few custom styles to set required sizes and probably wrap it with some display: flex element to have them one near another

Thanks you very much:-)