Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 nativescript、javascript 和 telerik ui 构建一个应用程序。我需要知道如何创建一个函数来通过代码启用/禁用 radlistview 上的 swipaction。此致
当使用swipeActions="true"nativescript-telerik-ui 插件中的 RadListView 来实现启用/禁用解决方案时,您需要做的就是:
swipeActions="true"
itemSwiping
returnValue
官方 nativescript-telerik-ui sdk 存储库中提供了相同的示例,用于 Angular此处和 Vanila {N}此处(查找名称中带有swipe-disable的文件)