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
585
Scroll bar for a floating pane
posted

Hi All,

How to show scroll bar to floating pane? I have set the "AutoScroll" property of the control in the floating pane to TRUE. But couldn't see the scroll bar when resized. 

 Thanks in Advance,

Manikandan 

 

Parents
No Data
Reply
  • 44743
    posted

    I believe setting AutoScroll on a control (such as a Panel) will only show scrollbars if a contained control's is not fully visible within the Panel. However, setting AutoScroll on the control in the floating pane will not always work because the control in the floating pane is always resized to be the size of the floating pane. It doesn't necessarily mean that the control being resized has controls within it that need to be scrolled into view.

    I would suggest adding the control you want to dock onto a Panel control instead. Set AutoScroll on that Panel to True and then dock the Panel control. The panel will be resized when it needs to be, but it will show scrollbars when the control within it doesn't fully fit.

Children
No Data