ToolStrip rounded corners
.NET (Core and Framework)
2
Posts
1
Posters
0
Views
1
Watching
-
Is there some way short of rendering the whole control myself to get rid of these ugly rounded corners on System.Windows.Forms.ToolStrip? -- I've killed again, haven't I?
-
Is there some way short of rendering the whole control myself to get rid of these ugly rounded corners on System.Windows.Forms.ToolStrip? -- I've killed again, haven't I?
Ah. Not calling
base.OnRenderToolStripBorder(e)
in the customToolStripRenderer
seems to get rid of that nasty bordery aftertaste. Yay me. -- I've killed again, haven't I?