Reputation: 385
Is there is an open source or free control like the Outlook Navigation control? I want to add one to my .NET application.
Update1: I am not using WPF. I need control for windows form only and i am using .NET Framework 2.0
Upvotes: 2
Views: 10700
Reputation: 12523
For WPF you can use divelements' SandShell control:
Edit: This is not free, haven't read the question carefully enough.
Matthias
Upvotes: 0
Reputation: 19761
I'm going to assume you are looking for a WinForms control. Here are a couple that I've checked out in the past.
Upvotes: 3
Reputation: 12016
There are several freely available if you are looking for the older < 2007 version.
If you wanting the 2007 ribbon control, you can use the WPF Preview, or this winforms version.
Upvotes: 0