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
40
UltraTabbedMDIManager
posted

I have an app which uses UltraTabbedMDIManager and to this I am adding tabs at runtime. Each of this tab shows Customer information.

Now each customer has variety of information like... Balance sheet info /  Customer details (address,phone# etc..) now each of this info is shown as a Form which is then added to the tab

so here is how it looks like

| Customer 1 |                                                      | Customer 2 |

|Balance Sheet 1| Customer 1 Summary|     |Balance Sheet 2| Customer 2 Summary|

When I right click on Customer 1 tab I see there is option for Horizontal or Vertical Grouping and I can split the screen between Customer 1 and Customer 2.

However, I do not see the same options when I click on Balance Sheet 1 and Customer 1 Summary.

Is it possible to split the screen between tabs under each customer ? If yes, how do I do it ? Please help/advise.

 

Thanks

Josh