wpftoolkit icon indicating copy to clipboard operation
wpftoolkit copied to clipboard

Scrolling with Mouse wheel

Open hchattaway opened this issue 6 years ago • 3 comments

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

hchattaway avatar Mar 11 '19 14:03 hchattaway

Hi,

Try adding a scrollViewer :

XceedBoucherS avatar Apr 01 '19 18:04 XceedBoucherS

<Grid > <ScrollViewer> <xctk:Zoombox x:Name="zoombox"> <Image Source="Default.jpg" /> </xctk:Zoombox> </ScrollViewer> </Grid>

XceedBoucherS avatar Apr 01 '19 18:04 XceedBoucherS

@XceedBoucherS Doesn't work, the viewfinder is out of place, you need to scroll down to use it

Skaptor avatar Sep 30 '20 00:09 Skaptor