Outlook navigation bar control for .NET applicatio

2019-04-12 15:55发布

问题:

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

回答1:

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

  • Rich OutlookBar in XP and Vista style
  • OutlookBar: A Simplified Outlook Style Sidebar Control


回答2:

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.



回答3:

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



标签: .net controls