ですが実はこれだけでは思い通りには動きません。justify-content,align-itemsはdisplay:flex;とセットで使うことで効力を発揮するのでdisplay:flex;も一緒に追加します。 ここで勘のいい方なんかは思うかも知れません。「横並びにする必要もないのでdisplay:flex;を使うべきではない」と。でも物...
JustifyContent Property Reference Feedback Definition Namespace: Microsoft.Maui Assembly: Microsoft.Maui.dll Gets a value that that describes how child elements are justified when there is extra space around them. C# コピー public Microsoft.Maui.Layouts.FlexJustify JustifyContent { get; } ...