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
80
Docking a smartpart that's wider than the ShellLayout results in having no scrollbar and no resize option.
posted

I have a ShellLayoutView with an ultraDockWorkspace. I open a user control in floating mode, and make sure that the width of the user control is wider than the width of the ShellLayoutView (either by default or manually). If I dock this at the top (or bottom) of the ShellLayoutView, there's no scroll bar, and no option to resize the height of the control. This makes it not possible to get to an area that falls out of the screen.

Note that the AutoScroll property of the control is set to true.

 UltraWinDock problem

If the width of the user control is smaller than the width of the ShellLayoutView this problem does not occur.

There are two ways to make the problem disappear:

(1) Double click on the user control so it gets floating, then double click it again to get it docked. Now the problem is away.

(2) Resize the width of the Shell. Now there IS a scroll bar.

Hope someone knows a solution.

Emile