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
735
can I drag out a UltraTabControl tab page
posted

We use UltraTabControl to display reports. Right now we want to implement the function to drag out a report to a separate window. We can currently drag to left or right within the tab control, but not drag out.

thanks.

zongwen

  • 12480
    Verified Answer
    Offline posted

    Hello,

    I recommend using the DockManager in order to achieve this functionality. It has built-in options for the user to customize the environment in many different ways, including pulling tabs out of a group to make them floating windows.

    I have attached a sample that demonstrates the use of DockManager. Each tab has an UltraGrid added to it.

    Please let me know if you have any further questions.

    DockManagerSample.zip