Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
ZoomPanel and Scrollbars
posted

Hi,

I m using UltraZoomPanel inside simple Form (https://imgur.com/NblEtSR).

Zooming is working well but when I zoom in, UltraZoomPanel makes appear scrolbars. Whereas all my controls fit inside (https://imgur.com/h01eZZI).

Then, if I zoom out to get back my zoomfactor to 1, scrollbars are still visible (https://imgur.com/VGKaTTi).

How can I hide this scrollbars?

Thank you

Parents
  • 1980
    Offline posted

    Hello Rom,


    I have investigated the issue you describe, and indeed the UltraZoomPanel does not hide the scrollbar after zooming in. I have asked our engineering staff to examine it further and and I have logged this behavior in our internal tracking system with a Development ID of #246324. So I’ve created a case for you #189036 and will update you for the progress of this issue via the mentioned case. You could reach your case following this link


    Meanwhile I am sending you a sample project with a possible workaround. I handle the ZoomFactorChanged event and I set the AutoScroll property to false if the zoom index is less or equal to 1.

    ZoomPanelSample.zip
Reply Children