Trying to add a ToolStrip to a ToolStripPanel side-by-side with an existing ToolStrip

前端 未结 3 1571
你的背包
你的背包 2021-01-05 20:37

I\'m using .net 2.0 with Visual Studio 2005 and I am trying to add two different toolstrips to the top of the form such that they show up side-by-side. I want it to be like

3条回答
  •  有刺的猬
    2021-01-05 21:32

    System.Windows.Forms.FlowLayoutPanel can do the job.

    Just put the ToolStrip controls in it with correct order.

提交回复
热议问题