I have list of items that I want to display in Canvas using data binding.
ItemsToShowInCanvas = new ObservableCollection { new I
Set the ItemsPanel to a Canvas and bind the containers instead of the TextBlock in the DataTemplate
ItemsPanel
Canvas
TextBlock
DataTemplate