The RadListView
has the bounces
property under the CollectionView
instance instead of directly on the args.object.ios
.
methods: {
listViewLoaded: function(args) {
if (args.object.ios) {
args.object.ios.collectionView.bounces = false;
}
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…