I am using a scrollviewer control around my stack panel which contains an ItemsControl. When there are many items in the ItemsControl it is suppose to scroll but for some re
The Scroll needs to be the parent of the resizing child so, put the resizing control(in this instance the stack panel) inside it.