Introduction
In this article, we are going to build upon our ListView example by including a
DataTemplate for customizing the layout of our ListView items. We'll also work
through how to bind our new ItemTemplate to our ReactiveUI ViewModel.
Updates to our ViewModel and Model
Before we get