Hi Peter, The size scaling is due to stretching. It can be solved by setting HorizontalAlignment property of the TreeViewItem to left. This property can be right or center, but not stretch. Another option to solve this issue is to set the correct width to the TreeViewItem. For the second issue, as a...