May 2010
Intermediate to advanced
1272 pages
61h 18m
English
ScrollViewerThe ScrollViewer element enables scrolling its entire content with both horizontal and vertical scrollbars. This can be easily understood directly at design time. Type the following XAML code:

You notice that, because of the big width and height values, the ScrollViewer provides both scrollbars, as demonstrated in Figure 32.17.
Figure 32.17 Implementing a ScrollViewer.

This control is useful when you need to arrange multiple elements in a fixed fashion, but you still want to provide the ability of scrolling them within the window. ...
Read now
Unlock full access