wpftoolkit
wpftoolkit copied to clipboard
Scrolling with Mouse wheel
Hello! I am using the zoombox control and simply want to be able to use the mouse wheel to scroll up and down if the vertical scroll bar is visible. No zoom functionality, just need it to behave like any other window that has long content.. just scroll up and down.. .The zoombox is ignoring the mouse wheel...
Any solution to this? Thanks! Harold
Hi,
Try adding a scrollViewer :
<Grid > <ScrollViewer> <xctk:Zoombox x:Name="zoombox"> <Image Source="Default.jpg" /> </xctk:Zoombox> </ScrollViewer> </Grid>
@XceedBoucherS Doesn't work, the viewfinder is out of place, you need to scroll down to use it