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
If UltraZoomPanel1.ZoomProperties.ZoomFactor = 1 Then UltraGrid1.Dock = DockStyle.Fill Else UltraGrid1.Dock = DockStyle.None End If
'Scroll Off
DirectCast(UltraZoomPanel1.ClientArea, System.Windows.Forms.Control).Dock = DockStyle.Fill
Hi,
We have fixed UltraZoomPanel not hiding the scrollbar after zooming in issue for the 17.2 version. I will post an update here once a service release is available for public download with this fix included in it.
Please let me know if you have any questions.
In my issue below I am not using OpenEdge.
It is a straight WinForms application.
For use on OpenEdge, you should contact Progress Software.
I am having a very similar issue where the zoom panel is on a grid and scrollbars already exist because of the size of the data. When I zoom in the scrollbars are shortened and look exactly like this users screenshot. Zooming out keeps the scrollbars looking the same. I can no longer use the scrollbars to scroll thru my data, I can only use the mouse wheel. I am using Infragistics 17.1 original release.