Changes

Converters In Mobile

2 bytes removed, 25 September
:''See also: [[XAML#Converters|Converters in UWP/WinX]]''
 
'''Converters''' are used to prepare application data to format a UI defined by a XAML markup. These converters make it possible to show elements only when specific conditions (like data being available) are met. This allows the creation of a good UI with XAML code only, improving code readability while also decreasing code complexity.
| DataTemplateItemsPanelConverter || style="text-align: center;" | ✗ || ItemsPanelTemplate || Query<wbr/>Details<wbr/>Page<wbr/>ViewModel || || Chooses what '''ItemPanel<wbr/>Template''' to return. Having a parameter with the content "Small" returns the small item template selector.
|}
 
= See also =
[[XAML#Converters|Converters in UWP/WinX]]
[[Category:Client | XAML | Xamarin]]
654
edits