nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
RadListView inside ScrollView is not showing the Scrollbar
The RadListView inside the ScrollView is not working as expected. the scrollbar is not visible but the scrolling happens.
<ScrollView> <StackLayout> <RadListView height="500"> </RadListView> </StackLayout> </ScrollView>