reactiveui / website

ReactiveUI documentation and guidelines website. PR's welcome! 💖
https://www.reactiveui.net/
MIT License
35 stars 128 forks source link

[BUG] Document how AutoDataTemplteBindingHook works on windows frameworks. #338

Open glennawatson opened 5 years ago

glennawatson commented 5 years ago

Document the fact there is a AutoDataTemplateBindingHook on windows, and how you need to either specify a ItemTemplate, DisplayMemberPath or ItemTemplateSelector if you use RxUI binding to a ItemsSource on the windows platforms.

https://github.com/reactiveui/ReactiveUI/blob/master/src/ReactiveUI/Platforms/windows-common/AutoDataTemplateBindingHook.cs

tim-fay commented 3 years ago

Hello @glennawatson, can you please clarify if there're any updates of documentation on how to use AutoDataTemplteBindingHook? Thanks!