Topic by Salvatore
Hello,
I'm implementing a workspace add-in based on a custom user-control, everything works as expected apart from the fact that I'm not able to retrieve the user control ParentForm / Parent size.
I'd like to make the user control fill all the available size (e.g. this.Dock = DockStyle.Fill; ), but I can't get the size of its parentForm.
Thanks,
Salvatore