ScrollViewer/ScrollContentPresenter offsets
I'm using a ScrollViewer and have run in to a problem: as far as I can tell, there is no easy way to adjust how much the content in the ScrollViewer changes. ScrollViewer exposes no Small/LargeChange properties, and ignores the scrollbars Small/LargeChange values. The problem seems to be because the ScrollContentPresenter has hardcoded values for everything: + 16px for LineDown, etc.
Short of completely rewriting ScrollContentPresenter (whose behavior, besides the hardcoding of changes, is exactly what I want), does anyone know of a way to specify how much the content should scroll by?
To the admins: if I wanted to file this as a suggestion, where could I do this?

