Ribbon in WinForms C# .Net 4.0

后端 未结 3 1626
情话喂你
情话喂你 2021-01-02 18:41

Does Microsoft have ribbon control for non-Office applications? If not is there any that are available for free?

I like that component and would like to use it my Wi

3条回答
  •  遥遥无期
    2021-01-02 19:23

    Microsoft have made a bit of a mess of providing a Ribbon control. Initially it had some very complex licence conditions, these may be relaxed now but the control is not as easily available as some of their recent NuGet deployed goodies.

    There seem to be more options in the WPF area if that helps:

    1. WPF - Microsoft Ribbon for WPF October 2010, this replacesWPF Ribbon Preview
    2. New .NET 4.5 WPF Ribbon - RC but at least it is in the framework
    3. Fluent Ribbon Control Suite

    In general, WinForms seems to be a dead-end and I wouldn't expect to see Microsoft invest too much in it but libraries/examples do exist:

    1. Commercial library: ComponentOne Ribbon
    2. Commercial library: Infragistics WinToolbars
    3. Blog about using the Microsoft Windows 7 SDK ribbon
    4. CodeProject article
    5. CodeProject post using the Windows 7 SDK

提交回复
热议问题