About
This skill provides a standardized implementation pattern for WPF applications that require displaying collection indices as human-readable 1-based numbers. It leverages the CommunityToolkit.Mvvm library to synchronize internal 0-based indices used for data binding with 1-based display properties. This ensures a seamless user experience in sliders, paginators, and media controls by preventing common UI pitfalls like '0/120' displays or sliders that fail to reach the final item due to boundary mismatches.