Closed acaliaro closed 6 years ago
HorizontalTextAlignment property does not work
Entry entryQuantita = new Entry() { FontSize = 120, FontAttributes = FontAttributes.Bold, HorizontalTextAlignment = TextAlignment.Center, Keyboard = Keyboard.Numeric };
add this entry to a StackLayout. Alignment is left, not center
Entry center Aligned
Entry left Aligned
duplicate https://github.com/xamarin/Xamarin.Forms/issues/2167
Issue still exist in 3.0.0.530893
It Works now. Tested on 3.0.0.550146 (rebuild after deleting bin and obj folders)
Description
HorizontalTextAlignment property does not work
Steps to Reproduce
add this entry to a StackLayout. Alignment is left, not center
Expected Behavior
Entry center Aligned
Actual Behavior
Entry left Aligned
Basic Information
Screenshots
Reproduction Link