【发布时间】:2017-07-02 06:00:49
【问题描述】:
我们知道在android中我们可以使用
android:width='wrap_content'
android:height='match_parent'
设置视图的宽度或高度。
但是,在 xamarin 形式中,我们不能使用它。
那么如何为我的 xamarin 表单组件设置动态宽度或高度?
喜欢match_parent 或wrap_content 在android中
【问题讨论】:
标签: android xamarin xamarin.android xamarin.forms