ScrollView with scroll="auto" not work on Abslayout

The view Absolutelayout inside a View ScrollView with scroll=“auto” not work.

Hello @maxanto72 ,

Just add scrollview to the abslayout as:

view:"abslayout",
  cells:[
    {
      view:"scrollview",
      scroll:"auto",
      body:{
        view:"list",
        ...
       }}
]

Also, it’s need to add autoheight: true to the list view
https://snippet.webix.com/xyvxbmoz