Changes
/* Default Tab Selection */
<br>
== TabView == === UI virtualization ===When using the TabView control in your XAML code, UI virtualization can greatly improve initial loading performance, based on the scenario.Here's how to enable it: <tabs><tab name="Xamarin"><source lang = "xml"><tabView:SfTabView EnableVirtualization="true"> ...</tabView:SfTabView></source></tab></tabs> === Default Tab Selection ===
The tab selection in UBIKContentView defaults to the first tab, which is Children objects. However, for cases where it makes more sense to display Properties or Documents by default, it is possible to change the tab selection using the following classifications:
* [[SYSCLS_SHOWDOCUMENTS]]
* [[SYSCLS_SHOWPROPERTIES]]
<source lang = "xml">
<tabView:SfTabView VisibleHeaderCount="3" >
</tabView:SfTabView>
</source>
</tab>
</tabs>
<br>
<br>
[[Category:Client|XAML Tips]]
[[Category:WinX|XAML Tips]]
[[Category:XAML|XAML Tips]]
[[Category:Xamarin|XAML Tips]]
== FlipView ==