santhosh
santhosh

Reputation: 385

Outlook navigation bar control for .NET application

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

Answers (3)

Matthias Meid
Matthias Meid

Reputation: 12523

For WPF you can use divelements' SandShell control:

SandShell for WPF Overview

Edit: This is not free, haven't read the question carefully enough.

Matthias

Upvotes: 0

akmad
akmad

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

CJM
CJM

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

Related Questions