Skip to content

SyncfusionExamples/Xamarin-ListView-RightToLeft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Right-To-Left example of Xamarin.Forms ListView

The ListView supports to change the flow of text to the right-to-left direction by setting the FlowDirection to RightToLeft in both Vertical and Horizontal orientations. ListView supports RTL in Xamarin.Forms version 3.0 and above. It also supports RTL when device's flow direction is changed.

<ContentPage  xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
              xmlns:syncfusion="clr-namespace:Syncfusion.ListView.XForms;assembly=Syncfusion.SfListView.XForms">
    <ContentPage.Content>
       <syncfusion:SfListView x:Name="listView" FlowDirection="RightToLeft"/>
    </ContentPage.Content>
</ContentPage>

You can also refer our UG documentation to know more about RTL.

About

Sample showcases the Right To Left Support in Xamarin.Forms ListView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages