Floating ToolStrip
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi i made a ToolStrip and placed it in a ToolstripContaier. but i want it to be able to float. it is just stuck in the ToolStripContainer and doesnt float when i drag it out of container.
-
hi i made a ToolStrip and placed it in a ToolstripContaier. but i want it to be able to float. it is just stuck in the ToolStripContainer and doesnt float when i drag it out of container.
ASAIK the ToolStrip doesn't support this as standard, you might be able to write an extended version of it. Failing that there are several toolbar controls around which support this, Divelements[^] for one has a very good one (although not free anymore).
As of how to accomplish this I wouldn't have a clue at the moment and I'm too lazy to google it