4.774 ScrollViewer

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ScrollViewer, IInputElement
ScrollViewer
(usage)
<ScrollViewer> x:Object </ScrollViewer>
(description)
Represents a scrollable area that can contain other visible elements.
(used by)
IScrollInfo ScrollContentPresenter StackPanel VirtualizingStackPanel
[content property]
Content
[name property]
Name
[xml lang property]
Language
(properties)
CanContentScroll
x:Boolean
(description)
A value that indicates whether elements that support the IScrollInfo interface are allowed to scroll.
HorizontalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a horizontal ScrollBar should be displayed.
IsDeferredScrollingEnabled
x:Boolean
(description)
A value that indicates whether the content is stationary when the user drags the Thumb of a ScrollBar.
PanningDeceleration
x:Double
(description)
The rate ScrollViewer slows in device-independent units (1/96th inch per unit) per squared millisecond when in inertia.
PanningMode
PanningMode
(description)
The way ScrollViewer reacts to touch manipulation.
PanningRatio
x:Double
(description)
The ratio of scrolling offset to translate manipulation offset.
VerticalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a vertical ScrollBar should be displayed.
(attachable properties)
ScrollViewer.CanContentScroll
x:Boolean
(description)
A value that indicates whether elements that support the IScrollInfo interface are allowed to scroll.
[target type]
DependencyObject
ScrollViewer.HorizontalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a horizontal ScrollBar should be displayed.
[target type]
DependencyObject
ScrollViewer.IsDeferredScrollingEnabled
x:Boolean
(description)
A value that indicates whether the content is stationary when the user drags the Thumb of a ScrollBar.
[target type]
DependencyObject
ScrollViewer.PanningDeceleration
x:Double
(description)
The rate ScrollViewer slows in device-independent units (1/96th inch per unit) per squared millisecond when in inertia.
[target type]
DependencyObject
ScrollViewer.PanningMode
PanningMode
(description)
The way ScrollViewer reacts to touch manipulation.
[target type]
DependencyObject
ScrollViewer.PanningRatio
x:Double
(description)
The ratio of scrolling offset to translate manipulation offset.
[target type]
DependencyObject
ScrollViewer.VerticalScrollBarVisibility
ScrollBarVisibility
(description)
A value that indicates whether a vertical ScrollBar should be displayed.
[target type]
DependencyObject
(events)
ScrollChanged
Occurs when changes are detected to the scroll position, extent, or viewport size.