【问题标题】:Nativescript-Vue two columns per rowNativescript-Vue 每行两列
【发布时间】:2019-09-15 00:06:01
【问题描述】:

如何使用 RadListView 使用 nativescript-vue 每行查看两列图像,如下图所示:

【问题讨论】:

标签: nativescript nativescript-vue nativescript-plugin


【解决方案1】:

就像 Monoj 在评论中回答的一个小例子:

<RadListView ref="mylistView" 
    for="item in items"
    layout="grid" 
    gridSpanCount="2">
    <v-template>
        ...
    </v-template>
</RadListView>

【讨论】:

    猜你喜欢
    • 2019-01-17
    • 1970-01-01
    • 2019-03-06
    • 2019-08-13
    • 2019-10-25
    • 2019-02-07
    • 2019-08-02
    • 2020-03-15
    • 1970-01-01
    相关资源
    最近更新 更多