Modern.Forms icon indicating copy to clipboard operation
Modern.Forms copied to clipboard

WebView, PropertyGrid, Ribbon controls

Open kinsung opened this issue 2 years ago • 1 comments

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

kinsung avatar May 26 '23 03:05 kinsung

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.

jpobst avatar May 31 '23 16:05 jpobst