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
255
Autoscroll not working with grid on panel
posted

I am having an issue with a panel that contains some controls on the top of the panel and a UltraWinGrid on the bottom.  These controls are all sitting inside a SplitterPanel.

It seems to be behaving differently depending on the container control these controls are in.

Problem:  When the Autoscroll property on the panel is set to true and you drag the form up...the scrollbar only shows up once it hits the controls above the grid.  So once you have the vertical scrollbar you can only scroll to the bottom of the "other" controls...so you may not know that the grid exists below...unless you resize the form back down to reveal the grid.

The grid is anchored to the bottom of the container (the panel).

How can one have the grid included as part of the autoscroll on the panel?

Parents Reply Children