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 I want to programmatically swipe to the right the first item. I know I can get the view of the first item with getViewItemAt(O) but I don't know if it's possible or how to apply a programatic swipe gesture to it
UPDATE
If anyone else is looking for this it can be achieved by simply animating the item view