Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ribbon Toolbar and Visual Studio 2008 Service Pack 1

Today I was listening to the Hanselminutes show about .NET 3.5 SP1...What's inside, and they twice mentioned the Office 2007-like Ribbon control that is included in Visual Studio 2008 Service Pack 1.

I am very interested about this, as I was previously looking at purchasing this from a 3rd party vendor (likely DevComponent's DotNetBar). However, I did some research this morning and have found nothing about this control being included for use with C# and WPF. Does anyone know more about the included Ribbon control and whether or not it is available for C# or WPF?

like image 918
YeahStu Avatar asked Aug 29 '08 03:08

YeahStu


2 Answers

Yeah I did a double-take when I heard them say that too.

The ribbon control, along with a DatePicker and DataGrid, are being developed out of band over here on CodePlex. I'm not sure why Carl and Scott were suggesting that it was part of the SP1 release.

Vincent Sibal posts about DataGrid (which is available already in some form) on his blog.

like image 172
Matt Hamilton Avatar answered Oct 26 '22 05:10

Matt Hamilton


It was in VS 2008 as part of a C++/MFC update. I'm not sure about C#/WPF.

like image 36
Brian Stewart Avatar answered Oct 26 '22 05:10

Brian Stewart