禁用ListView滚动弹跳

时间:2019-04-25 07:59:06

标签: nativescript angular2-nativescript

是否可以使用经典的ListView禁用滚动弹跳?

<ListView [items]="countries">
    <ng-template let-country="item" let-i="index" let-odd="odd" let-even="even">
        <StackLayout>

        </StackLayout>
    </ng-template>
</ListView>

1 个答案:

答案 0 :(得分:0)

在本机视图(UITableView)上将const assert = require('assert'); const ganache = require('ganache-cli'); const Web3 = require('web3'); //Ganache Provider const provider = ganache.provider(); const web3 = new Web3(provider); const { interface, bytecode} = require('../compile'); let accounts; let result; beforeEach( async () => { accounts = await web3.eth.getAccounts(); result = await new web3.eth.Contract(JSON.parse(interface)) .deploy ({ data: bytecode, arguments: ['WOW'] }) .send({ from: accounts[0], gas: '1000000'}); //Set provider result.setProvider(provider); }); describe('Acontract', ()=> { it('Deploys a Contract', async ()=>{ console.log(result) }); }); 属性设置为bounces

false

Playground Sample

相关问题