Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
In the constructor of a form, after the InitializeComponent, I add a ToolStripButton to a ToolStrip. When the form opens the new buttons isn't shown, until I manually move it. I've tried .Update, .Refresh, .Invalidate + .Refresh. I've tried these in the constructor, in form load, in form activate. Nada. How do you get a ToolStrip to repaint after changing the Items collection?
|