Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70443

Ionic horizontal reordering list

$
0
0

@cinghiale wrote:

Hi!
I am developing a simple ionic v4 application, and I have created this simple ionic reordering list:

<ion-list>
   <ion-reorder-group (ionItemReorder)="reorderItems($event)" disabled="false">
       <ion-item *ngFor="let item of items">
           <ion-label>
              {{item}}
           </ion-label>
           <ion-reorder slot="end"></ion-reorder>
       </ion-item>
   </ion-reorder-group>
</ion-list>

Is there a way to show horizontally the items inside the list instead of the typical vertical style, with the possibility to horizontally reorder the item inside the list?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70443

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>