2

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

santhosh
  • 375
  • 1
  • 8
  • 16

3 Answers3

3

I'm going to assume you are looking for a WinForms control. Here are a couple that I've checked out in the past.

akmad
  • 19,343
  • 2
  • 29
  • 25
0

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

Matthias Meid
  • 12,455
  • 7
  • 45
  • 79
0

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.

CJM
  • 11,908
  • 20
  • 77
  • 115