I tried to use an UltraMdiTabWorkspace in a SCSF application with a separated ShellLayout (separate project Infrastructure.Layout) but it seems that the Workspace could not be created.
My guess is that the UltraMdiTabWorkspace cannot be created because it is embedded in the separate ShellLayoutView which is no MDI container. Only the ShellForm (application window) is one.
Does that mean that I can't use an UltraMdiTabWorkspace together with a separate ShellLayout or is there any trick to use it?
Thanks in advance and best regards, Gerald
Thanks,
That's what I ended up doing as well, now to just get the smartpart on the tab to be "active" when I need it.
Ryan
Sorry Ryan,
There is most likely no chance to get this working. I didn't waste time and designed my application "around" this issue.
Regards, Gerald
Gerald,
Were you ever able to make this work? I am running in to the same issue.
Yes, the UltraMdiTabWorkspace will only work when used on an MDI container. I'm not sure if any trick will work, but you can try to change the MdiParent of the UltraMdiTabWorkspace when the separate ShellLayout is loaded in.