DynamicWrapLayout icon indicating copy to clipboard operation
DynamicWrapLayout copied to clipboard

Horizontal alignment of content

Open VadyaVL opened this issue 6 years ago • 2 comments

Hello. When I set HorizontalOptions or HorizontalContentAlignment in "Center"/"CenterAndExpand", Content inside DynamicWrapLayout always alignment to "Start". Please show me how use it correctly or if it bug - fix it.

Thanks.


NOW: [ [] [] [] _____ ] NEED: [ __ [] [] [] __ ]

VadyaVL avatar Feb 27 '18 12:02 VadyaVL

HorizontalContentAlignment just exist? Not used?

VadyaVL avatar Feb 27 '18 14:02 VadyaVL

Is your actual wrap layout centered? That could cause this issue as well.

SuavePirate avatar Mar 06 '18 21:03 SuavePirate