Cyotek.Windows.Forms.ImageBox icon indicating copy to clipboard operation
Cyotek.Windows.Forms.ImageBox copied to clipboard

The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection and much more!

Results 27 Cyotek.Windows.Forms.ImageBox issues
Sort by recently updated
recently updated
newest added

Hi, I want to bring attention to the usage of SystemInformation.MouseWheelScrollDelta which cannot be relied upon. It causes an issue where cannot Zoom without scrolling the mouse wheel a lot...

bug

Hi, It seems resizing feature is not included in the imagebox. you have made new control imageboxex with resizing feature. How can i use resizing feature in imagebox only?

enhancement

https://charltsing.lanzoum.com/ixWMH0u01qzi When the scaling ratio is 15%, I saw the Moore pattern picturebox has not Moore pattern

Please add ImageBox.scrollbar.show = false

![image](https://github.com/cyotek/Cyotek.Windows.Forms.ImageBox/assets/1052427/2aa51a8d-4823-4000-9b64-9a5690950a97) As shown in image there is a gap!

I'd like to use 2 ImageBoxes next to each other in a TableLayoutPanel If the ZoomChanged event of one of the two images is triggered, the zoom value must be...

The issue can be resolved by placing StartDrag(e) inside protected override void OnMouseDown(MouseEventArgs e). When the image is too large, significant lag occurs when zooming out and selecting a large...