.NET WinForms ToolStrip alternatives -


i'm looking replacement standard winforms toolstrip control, because standard toolbar control looks outdated.

for example, devexpress has ribbon control, that's not exact equivalent.

i'm sure there must many custom-written toolbars winforms, having difficulties finding any. although can create own control, it's not best solution.

the .net toolstrip controls can custom rendered using class derives toolstriprenderer.

this codeproject article shows example of this. custom toolstriprenderer provided renders toolstrip controls though part of office 2007. source code available.

you can use old mainmenu, contextmenu , toolbar classes instead of toolstrip controls. these controls rendered in current operating system style.

note: these not direct replacements have different api's strip controls if application far development won't easiest solution.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -