Jump to: navigation, search

Changes


XAML Best practices

120 bytes removed, 17 October
/* Performance */
<br>
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
=== How to select the right Control ===
<br><br>
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
=== Using Styles and Templates ===
<br>
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
==== Implicit and Explicit Styling ====
* The localized Style definitions in this StackPanel will be passed down to all controls contained within it, no matter how deep the nesting goes.
* The BasedOn attribute can be used to create a sub-style based on another existing style. However, the TargetType must always match.
<br><br>
 
 
 
=== Simplifying Layouts ===
Reducing continers
Layout compression
 
[[Category:Pages with broken file links|XAML Best practices]]
[[Category:XAML|XAML Best practices]]
== Templating ==
511
edits