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
By adding your text description to your TabItem
you added Content then when you added the Canvas you added an additional item of Content which is not allowed for the TabItem. You need to use a Control that can hold a collection of Children such as Canvas, Grid, StackPanel etc. Try something like this.
This is where the preview will be drawn to screen.
This is where the resources { graphic files, fonts, data files }
This is where the user can save re-usable bits of code. Useful when adding intel barcodes or Address blocks etc...