WPF: Detect if Textbox Scrollbar is being dragged #48867
Unanswered
TonyValenti
asked this question in
Q&A
Replies: 1 comment
-
I believe there is no direct functionality for this. My suggested solution is inherit TextBox, try to get the slider during OnApplyTemplate, then expose the state via a new property of your inherited control. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would I detect if a textbox's scrollbar is being dragged? I have code that scrolls the textbox to the end but I don't want it to run if the user is scrolling the textbox themself.
Beta Was this translation helpful? Give feedback.
All reactions