【编辑】解决 Wpf TabControl 在所有选项卡上仅创建一个视图 的问题
原标题:Wpf TabControl create only one view at all tabs
一、问题
TabControl’s ItemsSource property binded to collection in the ViewModel. ContentTemplate is ListView – UserControl. All the tabs use only one ListView control (the constructor of[……]