RaftingContainer upgrade to Beta 2

I don't even know what a rafting container does.  I assume that it was automatically added to my forms when I added some other controls.  Now when I upgraded to Beta 2 it is obsolete and I need to change to ToolStripContainer I think.

I have top, bottom, left, and right RaftingContainers, what are they there for

thanks for looking,
dave


Answer this question

RaftingContainer upgrade to Beta 2

  • Dennis Pilarinos

    Well, I think it is something left over from playing around with different controls.  I commented out every line that contained RaftingContainer and I don't notice any difference in my app.

    Thanks for the information.
    dave

  • Lior Canetti

    Hi,


    A Rafting container is a container control to be used by Toolstrip, MenuStrip or StatusStrip...

    It enables these controls to share Horizontal or Vertical space when you dock these controls...

    Rafting containers are automatically created when you dock any of the controls mentioned...

    As you have said, it is now obsolete, it is replaced by ToolStripContainer...





    cheers,



    Paul June A. Domag

  • RaftingContainer upgrade to Beta 2