Hi !
I'm embedding a Progrees SmartV8Window into a Windows Form. I put my SmartV8Window into a Windows Form then put this Windows Form into my "main" Windows form. It is working really good, the Tabbed Mdi Manager is detecting that there's a new form who has been embedded.
My problem is that my SmartV8Window has no anchor on his parent Windows Form. So when i resize my main windows form, the SmartV8Window disappear. As I said, i put my SmartV8Window into a Windows Form into my main Windows Form.
Is there a way to set the anchor of the parent of my SmartV8Window or disable the "auto docking" of the Tabbed Mdi Manager ?
Thank you!
Vinent.
Hi Vincent,
TabbedMDIManager will always dock the windows within it, as its purpose is to create a tabbed interface for MDI windows
SmartV8Window should have a Dock property that controls how it docks inside its container. If you set Dock to Fill on the SmartV8Window, it should work as you are describing.
If this property does not exist, or if it exists but does not function as expected, I recommend contacting Progress Software to determine how SmartV8Window is expected to behave when it is placed into a Windows Form and how you can achieve your desired behavior.