microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.65k stars 612 forks source link

Feat: Better xaml sound demo #1575

Open HO-COOH opened 2 days ago

HO-COOH commented 2 days ago

Description

See screenshot.

Motivation and Context

Previously the sound demo requires toggling the ComboBox, but the ComboBox itself will have an element sound too, causing some confusion. Also the ComboBox item ordering is incorrect (MovePrevious -> MoveNext is the correct order)

image

How Has This Been Tested?

Manual

Screenshots (if appropriate):

image

Types of changes