I am also having doubts about the Splitter control being replaced by the SplitContainer control. While it is so much easier to use the container in a regular form, when you're talking about a scenario like above (docked panels in an MDI container) the splitter does come in handy, since the SplitContainer would negate the MDI functionality.
Theoretically, you can still access the splitter control through code (System...Forms.Splitter), but I'm wondering if it'll eventually disappear from the lineup?
What would anyone's suggestion be regarding a RESIZABLE docked panel in an MDI container?
Thanks, Calin |