소개
This skill provides specialized implementation patterns for WPF UI virtualization using VirtualizingStackPanel. It enables developers to handle datasets exceeding 1,000 items in ListBox, ListView, and DataGrid controls without sacrificing UI responsiveness or memory efficiency. By providing ready-to-use XAML configurations for container recycling, pixel-based scrolling, and cache management, this skill helps identify and resolve 'virtualization breakers' like nested ScrollViewers that often cause desktop application performance bottlenecks.