0👍
You may set the loadOnDemandMode
property to None
.
import * as RadListViewModule from "nativescript-ui-listview";
this.$refs.listView.nativeView.loadOnDemandMode = RadListViewModule.ListViewLoadOnDemandMode.None;
- [Vuejs]-Modal window on vuejs
- [Vuejs]-Update_client_config_error error in VueStrorefront + vsf-payment-paypal
Source:stackexchange.com