xamarin/Xamarin.Forms

FlowDirection doesn't work with SearchBar

Open

#6,538 opened on Jun 15, 2019

 (3 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
a/rtla/searchbare/3 :clock3:help wantedt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi,

When setting the FlowDirection to RightToLeft the Text in the SearchBar is still Aligned to the Left.

The only workaround for this is to set the HorizontalTextAlignment to End

Thanks, Jassim

Contributor guide