Hi this is my first project I do with .NET 6 framework.
I've added the nuget package for the UltraToolbarManager, when adding the manager to a blanc form I don't see anything on the form, except a fill panel that is added
When adding the same control to .NET Framework project I can see some kind of layout manager to add buttons, change style of the menu?
After adding I've also got the following message in my outbox
[12:11:35.101424] fail: Exception occurred while disposing VSDesignSurface System.NullReferenceException: Object reference not set to an instance of an object. at Infragistics.Win.Design.Designers.UltraPanelClientAreaProxyDesigner.OnSelectionChanged(Object sender, EventArgs e) in E:\BuildAgents\A\_work\4\s\WinForms\2022.2\Source\Misc\DesignTools.Client\Designers\Panel\UltraPanelClientAreaProxyDesigner.cs:line 66 at Microsoft.VisualStudio.WinForms.VSSelectionService.Dispose(Boolean disposing) at Microsoft.WinForms.Utilities.Shared.DisposableObject.DisposeIfNeeded(Boolean disposing) at Microsoft.WinForms.Utilities.Shared.DisposableObject.Dispose() at System.ComponentModel.Design.ServiceContainer.Dispose(Boolean disposing) at System.ComponentModel.Design.DesignSurface.Dispose(Boolean disposing) at Microsoft.VisualStudio.WinForms.VSDesignSurface.Dispose(Boolean disposing)
For information on how to troubleshoot the designer refer to the guide at https://aka.ms/winforms/designer/troubleshooting.
What is the now proper way to create a ribbon style menu ? Because I don't have the layout
Hello,
Thank you for contacting Infragistics. The UltraToolbarsManager is not a supported control in the NetCore Designers. DotNetFramework code can be carried over to the designer files in .NET 6 but cannot be modified. S
If you have any questions please let me know.
I suggest referring to the documentation for setting up the ribbonhttps://es.infragistics.com/help/winforms/wintoolbarsmanager-working-with-the-ribbon
The toolbarsmanager has a Style property too.
So how do I create a ribbon with a .NET 6 winforms project. Do I need to program every button, buttongroup, ...
Can you give me an example?
You have to use DotNetFramework and then migrate to .NET 6.
Thx that works