3
Xamarin.Form의 LayoutOptions, 특히 채우기 및 확장의 차이점은 무엇입니까?
Xamarin.Forms에는 every 와 View두 가지 속성이 있습니다. 둘 다 유형 이며 다음 값 중 하나를 가질 수 있습니다.HorizontalOptionsVerticalOptionsLayoutOptions LayoutOptions.Start LayoutOptions.Center LayoutOptions.End LayoutOptions.Fill LayoutOptions.StartAndExpand LayoutOptions.CenterAndExpand LayoutOptions.EndAndExpand LayoutOptions.FillAndExpand 분명히 상위 뷰에서 뷰의 정렬을 제어합니다. 그러나 각 개별 옵션의 동작은 정확히 어떻게됩니까? 그리고 Fill접미사와의 차이점은 무엇 Expand입니까?
170
c#
layout
view
xamarin
xamarin.forms