Skip to content
New issue

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

Non-editable ComboBox not working properly in touch device #9910

Open
Ajith-GS opened this issue Aug 19, 2024 · 0 comments
Open

Non-editable ComboBox not working properly in touch device #9910

Ajith-GS opened this issue Aug 19, 2024 · 0 comments
Labels
area-ComboBox feature proposal New feature proposal team-Controls Issue for the Controls team

Comments

@Ajith-GS
Copy link

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

  1. Open Visual Studio.
  2. Create a WinUI 3 project using the project template Blank App, Packaged (WinUI 3 in Desktop)
  3. Add the following ComboBox code in MainWindow.xaml file.
<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>
  1. Build the project.
  2. Run the application in a device that having touch support.
  3. Touch to open the ComboBox drop-down.
  4. Scroll the items using finger on drop-down.

Expected behavior

Scrolling should be stopped when reaching the last item.

Screenshots

image

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Aug 19, 2024
@codendone codendone transferred this issue from microsoft/WindowsAppSDK Aug 20, 2024
@codendone codendone added area-ComboBox team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Aug 22, 2024
@llongley llongley added the feature proposal New feature proposal label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ComboBox feature proposal New feature proposal team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

3 participants