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.
Is it possible to create a Trigger that is triggered based on a ScrollViewer's scroll bar visibility? I have a …
wpf xaml triggers scrollviewerI need to list items (all of same size) vertically (with a ScrollViewer). I want the items to spread through …
wpf silverlight xaml scrollviewer wrappanelI have a TreeView. Now, I want to detect, if the vertical Scrollbar is visible or not. When I try …
c# wpf scrollviewerI have a collection of elements, each one with a name and a subcollection of image blobs. I want to …
silverlight itemscontrol scrollviewer itemtemplate wrappanelI was kind of expecting my ScrollViewer's child controls to hand the MouseWheel events back up the the ScrollViewer automatically, …
c# .net wpf scrollviewer mousewheelI'm not using a DataGrid or a ListView and am using ScrollViewer and Grids to create cells that contain wrap …
wpf xaml grid scrollviewerI hope this isn't a duplicate but I can't find any documentation or examples on how to actually use ScrollToVerticalOffset(). …
silverlight windows-phone-8 windows-phone scrollvieweri do have a question about layouting with a listview inside of a scrollviewer. Once a listview is inside a …
c# wpf listview layout scrollviewerIn WPF I've got the following XAML: <ScrollViewer Canvas.Left="2266" Canvas.Top="428" Height="378" Name="scrollViewer1" Width="728" PanningMode="VerticalOnly" PanningRatio="2"&…
wpf components slider scrollviewer multi-touchI am making a sort of "print preview" control for some documents in my Silverlight 3 application. I have a Canvas (…
silverlight xaml silverlight-3.0 scrollviewer scaletransform