Jump to: navigation, search

Changes


XAML Best practices

101 bytes added, 24 March
/* Lesson 1: Loading UI content on demand */
=== Lesson Technique 1: Loading UI content on demand ===
It was discovered that UI controls hidden with '''IsVisible=False''' remain in the UI tree. To improve performance on highly complex item templates, like UBIKTaskItem, rendered repeatedly such as in ListViews, a workaround can be applied to only load the UI content when the '''visibility''' binding condition is met.
<br>
[[Category:Pages with broken file links|XAML Best practices]][[Category:XAML|XAML Best practices]]
=== Lesson 2: Reducing background Binding errors ===
117
edits