Testing on Android emulator.
I have set Padding = new Thickness(20, 0, 20, 0)
and JustifyContent = FlexJustify.SpaceBetween
, so would expect there to be padding on both edges, and then an even space between each button.
The padding all seems to be applied to the right hand side.
this was pointed to me by @davidortinau a few days ago. Thanks for filing this
On UWP I find that Padding has no effect. Margins have an effect horizontally but not vertically. Overall padding and margins could use some basic testing on UWP.
still an issue, do not close (yet)