Rebuild an iOS-style TreeView custom control using WPFThe lack of OnPropertyChanged for the Files property necessitates a different design approach in the ViewModel, enhancing code clarity.
AutoCompleteTextBox for comma-seperated terms in C# and WPF following the MVVM approachThe AutoCompleteTextBox improves user experience by providing unobtrusive suggestions that only interact with the ViewModel upon user acceptance.
WPF DataGrid UC with RowDetails, Grouping, Filter and more!The article demonstrates how to use RowDetails, Grouping, and Filters in a DataGrid with an XML data source, including text search and interaction between View and ViewModel.