Xamarin
StackLayout Label Fit the size not working
NicSub
2021. 5. 28. 18:18
728x90
반응형
Cause: When you add labels in stackLayout ,stackLayout will not make the subviews fit the size.
Stacklayout에 배치된 Label Width는 AutoFit 되지 않네..
>> Stacklayout 쓰지 말자. --> Frame나 Grid 배치하자..
https://stackoverflow.com/questions/55788834/element-not-expanding-in-xamarin-forms
반응형