ToolStrip query
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am trying to use a ToolStrip and it has me confused a bit. I am adding the ToolStrip to a UserControl and I add a few ToolStripButtons to the ToolStrip. It looks ok, but when I add the UserControl to a Windows Form in the same project, the ToolStrip does not show any of the buttons. It shows the UserControl with the blue ToolStrip visible, but none of the buttons are displayed. Any ideas? Thanks Kobus