modern-forms / Modern.Forms

Cross-platform spiritual successor to Winforms for .NET 6+
MIT License
834 stars 53 forks source link

WebView, PropertyGrid, Ribbon controls #53

Open kinsung opened 1 year ago

kinsung commented 1 year ago

Consider developing centralized controls that are essential for modern software development, including: WebView, PropertyGrid, Ribbon controls.

The following url is for reference: https://github.com/VitalElement/CefGlue.Core/tree/master/CefGlue.Avalonia https://github.com/amazerol/AvaloniaRibbon https://github.com/bodong1987/Avalonia.PropertyGrid

jpobst commented 1 year ago

There is a CefNet package for a WebView:

There is a very basic Ribbon control built in to Modern.Forms:

There is currently no PropertyGrid control available that I am aware of.