Very new to WPF and XAML. I can\'t get my head around why I can\'t place a WPF control where I would like in the following code. My issue is where the
Try to wrap a content of TabItem in a Grid and use TextBlock to show text:
TabItem
Grid
TextBlock