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
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.