Image with Overlay ItemsControl
问题 I found a example and it works well, if I remove the ScrollViewer , but I need the image inside of the ScrollViewer . The TextBox shall be a overlay of the image. In this example the image is not inside the ScrollViewer . Could somebody please advise how I go about adding the image inside? <Image Grid.Column="2" HorizontalAlignment="Center" Source="/Images/Italien.png" Stretch="None"/> <ScrollViewer Grid.Column="2" Margin="2,2,2,2" HorizontalScrollBarVisibility="Visible"