¡@

Home 

c# Programming Glossary: flowdocumentreader

In WPF, how do I adjust the scroll increment for a FlowDocumentReader with ViewingMode set to Scroll?

http://stackoverflow.com/questions/876994/in-wpf-how-do-i-adjust-the-scroll-increment-for-a-flowdocumentreader-with-viewi

WPF how do I adjust the scroll increment for a FlowDocumentReader with ViewingMode set to Scroll I'm displaying a FlowDocument.. set to Scroll I'm displaying a FlowDocument in a FlowDocumentReader with the ViewingMode Scroll . If I use the wheel on my mouse.. I've added a Scroll event on the FlowDocument and FlowDocumentReader but that doesn't fire when I use the mouse wheel. I've added..