Jump to: navigation, search

Changes


XAML Best practices

3 bytes added, 24 June
/* How to find the best Control */
=== How to find select the best 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).
487
edits