I have an ItemsControl in a ScrollViewer. The items in the ItemsControl are expanded to a DataTemplate which basically consis
ItemsControl
ScrollViewer
DataTemplate
Setting ClipToBounds on the containing control is not enough. You must set the adorner's IsClipEnabled property too.
ClipToBounds
IsClipEnabled