Silverlight 4 - Mousewheel stops scrolling ScrollViewer when over contained RichTextBox
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-02-12T01:41:47Z
Indexed on
2010/03/16
22:31 UTC
Read the original article
Hit count: 530
I have a Silverlight 4 out-of-browser application with a ScrollViewer that has several RichTextBoxes inside. The RichTextBoxes are only used for displaying text, and are never edited and never scroll.
However when the mouse is hovering over a RichTextBox the mousewheel event seems to not reach the ScrollViewer. Is there any way to overcome this limitation?
© Stack Overflow or respective owner