It is necessary that the picture is not adjusted to the size of the window, and the whole is shown using ScrollView. How to do it? Thank.
Doesn't the simple way work?
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"> <Image Source="https://www.google.com/images/srpr/logo4w.png" Stretch="None"/> </ScrollViewer>
Source: https://ru.stackoverflow.com/questions/255553/More articles:Delegate as parameterStaticfile on production serverC # WPF add data to ListboxWill the applications assembled in Xcode 5 run and go correctly on devices with ios 5 and 6How to decipher a stringHow to change the image checkBoxThe Bresenham algorithm for the circleCreating a copy of the site on wordpressHow to convert a string to an array of type int?Why isn’t if?All Articles