Changes

XAML Best practices

55 bytes added, 30 June
/* How to select the right Control */
=== How to select the right Control ===
Controls often have similar functionality, making it difficult to decide which to use, making the question of which control to use highly ambiguous.
For clarity, a 'Control' refers to a single xaml object that can be added to your visual tree. These range in scope and purpose, from layouting (such as a Grid or StackPanel), to interactivity (such as a Button or TextBox), and everything in between (such as a ListView).
** 🏆 '''Alternatives to the optimized ListViews should be used with extreme caution.''' Controls such as CollectionView or BindableLayout are not optimized for good performance in UBIK.
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
=== Using Styles and Templates ===
696
edits