Questions tagged [elmish-wpf]

an Elm-like model-view-update architecture implemented in F#, to build WPF applications.

WPF done the Elmish Way. The Elmish.WPF library uses Elmish, a model-view-update architecture implemented in F#, to build WPF applications.

Never write a ViewModel class again!

33 questions
0
votes
1 answer

In F#, what does error of type mismatch between "Expecting" and "Given" mean?

I am receiving the following error when using the Binding.subModelSelectedItem(): FS0001: Type mismatch. Expecting a 'string -> Binding<(Model * 'a), b>' but given a 'string -> Binding'. The type 'Model * 'a' does not match the type…
Alan Wayne
  • 5,122
  • 10
  • 52
  • 95
0
votes
1 answer

How to get a selected listviewitem from a custom WPF listview for routed event when using Elmish.WPF?

I'm a newbie to Elmish. The WPF binding uses the custom control as: local:AppointmentListView.ScheduledAppointment ="AppointmentDataGrid_ScheduledAppointment" I have a C# custom ListView that raises the following routed event when a listview item…
Alan Wayne
  • 5,122
  • 10
  • 52
  • 95
0
votes
0 answers

How do I get a datagrid type control in fsprojects/Fabulous

fsproject/Fabulous does not appear to have a datagrid. That would be a columnated ListView with non-scrolling header and footer rows (not grouping headers). Such a control seems essential for any line of business (LOB) application. It is also…
George
  • 2,451
  • 27
  • 37
1 2
3