Why Does Visual Studio IntelliSense Incorrectly Suggest Binding to Page ViewModel Instead of ItemSource in TabControl?
I’m working on a WPF application where I have a TabControl bound to a collection of LogFile objects. Here’s a simplified version of my XAML:
Stack Overflow Exception in InitializeComponent [closed]
Closed yesterday.
Stack Overflow Exception in InitializeComponent [closed]
Closed yesterday.
UserControl not rendering in WPF ContentControl
I am new to WPF and MVVM. I’ve spent two days scrolling through a bunch of SO q&a’s on this topic and I haven’t had any success getting this to work. Which inevitably means it’s something silly that I’m overlooking.