Modern.Forms
Modern.Forms copied to clipboard
WebView, PropertyGrid, Ribbon controls
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
There is a CefNet package for a WebView:
- https://github.com/CefNet/CefNet/tree/master/CefNet.Modern.Forms
There is a very basic Ribbon control built in to Modern.Forms:
- https://github.com/modern-forms/Modern.Forms/issues/21
- https://github.com/modern-forms/Modern.Forms/blob/main/src/Modern.Forms/Ribbon.cs
There is currently no PropertyGrid control available that I am aware of.