Skip to main content

Questions tagged [radlistview]

The tag has no usage guidance.

0 votes
1 answer
135 views

How to disable iOS scrollbar bounce on RadListView?

I used a RadListView in my Nativescript Vue application, but I can't disable the scroll bounce on iOS. I tried the following, but it doesn't work: // XML <RadListView for="(thread, index) in ...
Hans's user avatar
  • 538
1 vote
2 answers
341 views

Webpack errors when trying to use RadListView on android (Nativescript-vue)

I'm having a major issue when I am trying to use the RadListView plugin in an Android app (I haven't tried in iOS, but I presume the issue will be the same) Following the instructions at https://docs....
Mike Smedley's user avatar
1 vote
0 answers
131 views

How to update nativescript radlistview with new items at intervals

i'm creating a nativescript core app with radlistview and i would like the listview to add new items automatically at intervals. if you have any knowledge of how i can achieve this, please help, i ...
kunlee's user avatar
  • 621
0 votes
1 answer
90 views

Nativescript Delete button not showing in RadListView with swipecell

Well going through {N} tutorial I want to achieve this : But I have trouble showing this delete button. There is no problem with the image it shows well somewhere else and I also tried putting a ...
hamdalaye's user avatar
  • 107
2 votes
1 answer
91 views

How to use set javascript variable value for use in Nativescript XML

i'm using radlistview to load data from my remote server, i use if statement for some of the elements in the radlistview. horizontalAlignment="{{ (seller != myemail) ? 'right' : 'left' }} The ...
kunlee's user avatar
  • 621
0 votes
1 answer
25 views

Styling a disabled RadListView swipe action

It appears that if a RadListView swipe action is disabled then it simply disappears from the swipe actions list, although the action's space is still consumed. It's as if both the color and ...
David's user avatar
  • 588
0 votes
1 answer
281 views

How to Expand only one item in collapsible list with NativeScript

I have built a RadListview with nativescript. But now I want that if I tap on an item then only that item should open and other Expanded items should close. I followed this Creating a collapsible list ...
Fatima Mrk's user avatar
0 votes
1 answer
374 views

Nativescript RadListView Scroll to Bottom with footer

I am using RadListView and am trying to programmatically scroll to the bottom of the list. I am able to use the scrollToIndex() function to scroll to the last element in the list, but my list has a ...
keerl's user avatar
  • 116
1 vote
2 answers
637 views

Nativescript Chat UI iOS Issues

I am creating a chat UI interface in Nativescript and I almost have everything working, but I am having a few issues in iOS that I cannot figure out. Everything in Android works correctly. Problem 1: ...
keerl's user avatar
  • 116
1 vote
0 answers
59 views

RadListView pullToRefresh memory leaks

I am building NS and Angular app and I am using RadListView with pullToRefresh enabled. I noticed that after some usage app starts to slow down. After investigation I saw just some elements like ...
Vytautas Pranskunas's user avatar
0 votes
1 answer
332 views

How to not rerender all RadListView items

I see ObservableArray is used in all docs of RadListView and i see not remote datasource example: https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/src/app/examples ...
Vytautas Pranskunas's user avatar
0 votes
1 answer
43 views

How to use ScollView inside RadListView

I am creating nativescript angular app. I would like to add ScrollView in RadListView (ListView) item template to read description. But ScrollView is not working because RadListView overtakes scroll ...
Vytautas Pranskunas's user avatar
0 votes
1 answer
386 views

Is there a way to programmatically perform a swipe action on a radlistview item?

I am using nativescript & angular and I have a RadListView with tap-to-execute swipe actions. Left swipe shows a delete button , right swipe shows an "options" button. After the items are loaded ...
NevaGiveUp's user avatar
0 votes
2 answers
161 views

Enable item swiping for certain rows in RadListView

is there a way how to enable left / right rows swipe only for certain elements in list when using RadListView in nativescript + angular? Thanks
Vytautas Pranskunas's user avatar
0 votes
0 answers
125 views

how to use multiple item templates of nativescript in pure javascript

I'm trying to implement multiple item templates for different data. my xml looks this <lv:RadListView row="1" items="{{ list_data }}" itemTemplateSelector="{{ templateSelector }}"&...
Vikas Acharya's user avatar

15 30 50 per page
1
2 3 4 5
7