cyotek/Cyotek.Windows.Forms.ImageBox

There isn't a way to disable scrollbar

Opened this issue · 2 comments

Please add ImageBox.scrollbar.show = false

Also AlwaysShowHScroll and AlwaysShowVScroll have a strange behaviour. Sometime when true the bar disappears when the zoom is more than fit to page and then when zoom in. However the bars are never always visible.

Hello,

This is a bit of a known issue unfortunately. The (H|V)ScrollProperties classes aren't really usable by the developer. It has been on my list for (lots of) years to refactor ImageBox to not use the current levels of inheritance it is and to handle all the scroll functionality itself. But that still hasn't happened.

I thought there was a WIP branch but I don't see it any more. It is still on the list to do, but isn't high priority.

Regards;
Richard Moss