Jump to: navigation, search

Changes


XAML Best practices

104 bytes added, 24 June
/* Is this the best control? */
=== Is this How to find the best control? 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).
{{UnderConstructionEnd}}
 
[[Category:Pages with broken file links|XAML Best practices]]
[[Category:XAML|XAML Best practices]]
== Performance ==
487
edits