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

Disabling the RealTimeStylus disables scrolling in treeview #9102

Open
kaushal2161 opened this issue May 14, 2024 · 2 comments
Open

Disabling the RealTimeStylus disables scrolling in treeview #9102

kaushal2161 opened this issue May 14, 2024 · 2 comments
Labels
Investigate Requires further investigation by the WPF team.

Comments

@kaushal2161
Copy link

kaushal2161 commented May 14, 2024

Disable_RealTimeStylus.zip

Description

I have disable the RealTimeStylus for our WPF appllication which works perfectly fine with touch events but we can't scroll treeview in our application. It would be great if we get any suggestions.

Reproduction Steps

Disabling the RealTimeStylus for WPF Applications suggested in following link:
[(https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/disable-the-realtimestylus-for-wpf-applications?view=netframeworkdesktop-4.8)]

I have used ScrollViewer.PanningMode in treeview.

Expected behavior

Scrolling should work in treeview if we have disabled the RealTimeStylus

Actual behavior

Scrolling not working in treeview if we have disabled the RealTimeStylus.

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

@Kuldeep-MS
Copy link
Contributor

@kaushal2161 - It would be great if you could provide a sample app to repro the issue.

@kaushal2161
Copy link
Author

kaushal2161 commented May 15, 2024

@Kuldeep-MS - Thanks for the quick response. I have created sample demo with just treeview with our style and default treeview style but in both cases scrolling not working with touch when we disable RealTimeStylus but click an other function works.

I have uploaded the demo in issue. Thanks

@Kuldeep-MS Kuldeep-MS added the Investigate Requires further investigation by the WPF team. label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigate Requires further investigation by the WPF team.
Projects
None yet
Development

No branches or pull requests

2 participants