<br>
[[Category:Client|XAML Tips]][[Category:Mobile|XAML Tips]][[Category:WinX|XAML Tips]][[Category:XAML|XAML Tips]]
== TabView ==
{{Attention|Unreliable Support: Behavior may vary when using bindings or complex resources. Although it seems to work with the inline syntax according to our experiences, it is recommended to test these edge cases thoroughly.}}
= Known issues =
== FontIcon does not update when set dynamically using Behaviors ==
{{Version/WinXSince|4.0}} DataTriggerBehavior does not reliably change the Glyph property of a FontIcon. To recreate in UWP the behavior of dynamically displaying icons based on a binding state, which in Mobile xaml can easily be achieved using a DataTrigger, use TextBlock with the FontFamily set to UBIKSymbols instead. Then, the DataTriggerBehavior can be used normally. An example can be seen in the UBIKPropertyDirectItemMinMax.xaml
[[Category:Client|XAML Tips]]