data-binding

Tag

Cards List
#data-binding

The perils of binding to value types in XAML

The Old New Thing (Raymond Chen) · 2026-09-02 Cached

This blog post discusses a technical pitfall in XAML where binding to value types leads to navigation failures with assistive tools due to copy-by-value semantics, and suggests using runtime classes with helper libraries like wil to avoid the issue.

0 favorites 0 likes
← Back to home

Submit Feedback