|
<listView:SfListView.LayoutManager>
<listView:GridLayout SpanCount="1">
<listView:GridLayout.SpanCount>
<OnPlatform x:TypeArguments="x:Int32">
<OnPlatform.WinPhone>
<OnIdiom x:TypeArguments="x:Int32" Phone="1" Tablet="3" Desktop="6" />
</OnPlatform.WinPhone>
<OnPlatform.Android>
<OnIdiom x:TypeArguments="x:Int32" Phone="1" Tablet="3" />
</OnPlatform.Android>
<OnPlatform.iOS>
<OnIdiom x:TypeArguments="x:Int32" Phone="1" Tablet="3" />
</OnPlatform.iOS>
</OnPlatform>
</listView:GridLayout.SpanCount>
</listView:GridLayout>
</listView:SfListView.LayoutManager> |