
I'm using the StandardMdiHost and I'd like to add a TileAlongRight method, that Tiles the windows down the right side of the Workspace. I'd also like to be able to customize the creation behavior so that I can create and use a Property to AutoTileAlongRight.
I figure I can inherit from StandardMdiHost or DockSite, and override certain things, but as to where to look for the list of windows / documents, and how to calculate and specify the desired location, I don't know.
Where should I look?