Changes

Xamarin XAML

487 bytes added, 11:15, 3 July 2019
=== Custom Pages ===
Custom pages can be added, just like on the WinX client. Make sure to save the file as xaml'''x''' and include all '''namespace definitions''' (as attributes of the '''ContentView''' tag), otherwise the custom page will not load. Similar to the ''UBIKThemes.xamlx'' file, custom or overridden pages start with a <code><ContentView></code> tag containing all '''namespaces'''. <code><ContentView.Resources></code> takes a '''ResourceDictionary''' and contains resources like references to converters. Finally, <code><ContentView.Content></code> contains the actual layout content (it's best to start with a '''Grid'''). Again, don't forget to add namespaces that you need!
=== Adding Images ===
<code><fimage:FileImage FileName="image.png" FolderName="xaml"/></code>
This snipped loads the image called '''image.png''' located in the '''xaml''' folderinside the ''LocalState''.
== Differences to WinX ==
187
edits