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
Hi
I saw the code its good, but I want to use this control on open edge. Can anyperson show me how to use it? I am new, thanks so much
Hi,
Thank you for this workaround.
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.