I have a situation in which I have a SINGLE piece of content which I want to dock tool windows around. I'm trying to generate that interface and hitting problems.
I can use the NoHeader=true to get rid of the chrome, but then conent is put into docked window without a header (it's not the spanning content that a document is).
I can mark that as a DockState=Document, but then it ignores the NoHeader setting and gives me a header.
How do I generate a content that is not tabbed in the center of the docking operation?
Mike