ReactiveUI 6.0 and WinForms binding

前端 未结 1 1433
猫巷女王i
猫巷女王i 2021-01-23 00:58

Now that ReactiveUI 6.0 has been released, I have a question to the commuity: what is the best or most efficient way to bind ReactiveObject(s) and Windows Form(s).

Here

相关标签:
1条回答
  • 2021-01-23 01:37

    The easiest way is to use ReactiveUI bindings - implement IViewFor<TViewModel> on your Form, then you will get several new methods such as Bind and OneWayBind.

    Check out https://github.com/reactiveui/ReactiveUI/blob/docs/docs/basics/bindings.md for more information

    0 讨论(0)
提交回复
热议问题