nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

RadListView inside ScrollView is not showing the Scrollbar

Open athirarenjan opened this issue 3 years ago • 0 comments

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>

athirarenjan avatar Mar 15 '22 07:03 athirarenjan