We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using touch device, the non-editable Combo Box items are moving continuously in a cyclic manner.
Is there any option to stop this cyclic scrolling behavior of non-editable ComboBox while using in touch devices?
<ComboBox Width="200"> <x:String>item 1</x:String> <x:String>item 2</x:String> <x:String>item 3</x:String> <x:String>item 4</x:String> <x:String>item 5</x:String> <x:String>item 6</x:String> <x:String>item 7</x:String> <x:String>item 8</x:String> <x:String>item 9</x:String> <x:String>item 10</x:String> <x:String>item 11</x:String> <x:String>item 12</x:String> <x:String>item 13</x:String> <x:String>item 14</x:String> <x:String>item 15</x:String> </ComboBox>
Scrolling should be stopped when reaching the last item.
Windows App SDK 1.5.6: 1.5.240802000
Packaged (MSIX)
Windows 10 version 22H2 (19045, 2022 Update)
Visual Studio 2022
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
While using touch device, the non-editable Combo Box items are moving continuously in a cyclic manner.
Is there any option to stop this cyclic scrolling behavior of non-editable ComboBox while using in touch devices?
Steps to reproduce the bug
Expected behavior
Scrolling should be stopped when reaching the last item.
Screenshots
NuGet package version
Windows App SDK 1.5.6: 1.5.240802000
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: