-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Is your feature request related to a problem?
The data binding capabilities of VBx are limited, and by extension so are those of WinForms in .Net. The data binding capabilities of WPF are comprehensive, but also very difficult to learn. Is there a middle ground?
Describe the solution you'd like
TwinBasic uses JSON as its primary serialisation format. This is a good thing, XML is way too bloated. I'd like to think that bindings could also be serialised, but that leads to complications for runtime template selection, and advanced MVVM scenarios.
Describe alternatives you've considered
Perhaps there's a way to facilitate runtime bindings by third party solutions, without having to design the whole thing on day one?
mwolfe02 and WaynePhillipsEA