Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

File metadata and controls

17 lines (11 loc) · 1.09 KB

How to add Xamarin.Forms DataForm in MVVM framework

This example demonstrates to add dataform in MVVM framework.

Requirements to run the demo

Troubleshooting

Path too long exception

If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

How to render DataForm using ReactiveUI in Xamarin Forms

DataForm_ReactiveUI example demonstrates How to render DataForm using ReactiveUI in Xamarin Forms

See How to render DataForm using ReactiveUI in Xamarin.Forms for more details.