NativeScript / nsplugins-internal

1 stars 1 forks source link

Add warning if RLV is added in Stack Layout #183

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

When RadListView is added in StackLayout or ScrollView without explicit height, there are performance issues with its measuring on Android and the List is not at all visible on iOS. We should add a warning so users avoid such usage similarly to the way the warning is visible when tns-core-modules's ListView is added in StackLayout.