Is it possible to stop scrolling for a content in a scrollviewer? e.g.
<ScrollViewer>
<Grid>
<TextBlock /> <!-- I want not to scroll this item when rest is scrolling -->
<!-- other controls -->
</Grid>
</ScrollViewer>
Placing the element outside scrollviewer is not considered.