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
1080
UltraZoomPanel size change bug
posted

Hello,

I am testing UltraZoomPanel, and beside that bug with scroll bars when zoom factor i 1, I found another one. If I change size of UltraZoomPanel, i can see scroll bars both of UltraZoomPanel and WinGrid. If I change zoom factor for just one step, everything is OK. Any suggestions?

Picture is attached.

/community/resized-image/__size/800x500/__key/communityserver-discussions-components-files/1040/Scrollbar-error.png

Thanks

Parents
No Data
Reply
  • 6120
    Offline posted

    Hi,

    If the grid has more rows that can be displayed, it will display scrollbars. Similarly if not all of its content is displayed in the DisplayRect of the ZoomPanel, it will also show scrollbars (unless the scrollbars are explicitly turned off or the control is docked). This is the expected behavior.

    Are you saying that there is some case where the contents fit and the scrollbar is shown erroneously? The grid scrollbar and the ZoomPanel scrollbar are completely independent they don’t interact with each other. Please clarify the details of the unexpected behavior that you are observing.

    Please let me know if you have any questions.

Children