How to use ScollView inside RadListView

48 Views Asked by At

I am creating nativescript angular app. I would like to add ScrollView in RadListView (ListView) item template to read description. But ScrollView is not working because RadListView overtakes scroll event.

1

There are 1 best solutions below

0
Manoj On

Android needs a special component (NestedScrollView) for nesting ScrollView which is implemented by nativescript-nested-scrollview plugin.