A scroll viewer is a user interface construct that provides a scrolling area to any control(or hierarchy of controls) that is placed within it.
In the example below I have a ListBox with dozens of font names in it. I would have thought it …
wpf xaml listbox scrollviewerI followed this small "tutorial" on how to add a scrollbar to an ItemsControl, and it works in Designer view, …
wpf wpf-controls itemscontrol scrollviewerIn the following WPF XAML the ScrollViewer does not work (it displays a scroll bar but you cannot scroll and …
wpf xaml scrollviewer stackpanelI would like my Canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars …
.net wpf resize wpf-controls scrollviewerdoes anyone know the difference between defining a vertical scrollbar on a frame like this: <ScrollViewer Grid.Row="2" VerticalScrollBarVisibility="…
wpf scrollbar webbrowser-control frame scrollviewerI am currently working on my first WPF project and trying to make a ListView scrollable. At first I thought …
c# wpf xaml scrollviewer mousewheelI am using a scrollviewer control around my stack panel which contains an ItemsControl. When there are many items in …
wpf scrollviewerI have learned that if the height of a grid row, where the ScrollViewer resides, is set as Auto, the …
wpf xaml uwp-xaml scrollviewer autosizeI am working on a touch screen on a small device and the custom width of the scroll-bar is no …
wpf scrollbar width scrollviewerI am writing my custom WPF ItemsControl to display a list of item. The items are shown embedded inside a …
wpf mouse position scrollviewer