You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on Material Design in XAML and Mahapps.Metro. Create respective packages Forge.Forms.Material and Forge.Forms.Metro. This means that Show.Dialog and Show.Window and other utilities won't be part of the core library.
Target .NET Core 3 WPF - no idea yet how this will work.
Create abstract Form DOM. This dom can be serialized to XML, XAML, Classes, and custom visitors. This dom can be built from XML, Classes, fluent API. Currently FormElement is too brittle for that.
First class XML parser - generalize FormBuilder.
Make it easier to attach custom controls - placeholders, data templates and data template selectors, return FrameworkElements directly.
Better support for plugins.
First class collections support - easy and intuitive API with in-depth customization.
Nested forms support.
Other suggestions are welcome.
The text was updated successfully, but these errors were encountered:
That certainly makes migration easier. We will see how it plays out once it's released. By then we will probably get rid of all dependencies from core library anyway.
Forge.Forms.Material
andForge.Forms.Metro
. This means thatShow.Dialog
andShow.Window
and other utilities won't be part of the core library.FormElement
is too brittle for that.Other suggestions are welcome.
The text was updated successfully, but these errors were encountered: