Class ScrollViewer
Inheritance
System.Object
ScrollViewer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ScrollViewer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ScrollViewer()
Declaration
public ScrollViewer()
Fields
CanContentScrollProperty
Declaration
public static AutomationProperty CanContentScrollProperty
Field Value
ComputedHorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty ComputedHorizontalScrollBarVisibilityProperty
Field Value
ComputedVerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty ComputedVerticalScrollBarVisibilityProperty
Field Value
ContentHorizontalOffsetProperty
Declaration
public static AutomationProperty ContentHorizontalOffsetProperty
Field Value
ContentVerticalOffsetProperty
Declaration
public static AutomationProperty ContentVerticalOffsetProperty
Field Value
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
IsDeferredScrollingEnabledProperty
Declaration
public static AutomationProperty IsDeferredScrollingEnabledProperty
Field Value
ScrollableHeightProperty
Declaration
public static AutomationProperty ScrollableHeightProperty
Field Value
ScrollableWidthProperty
VerticalOffsetProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
ViewportHeightProperty
ViewportWidthProperty
Properties
CanContentScroll
Declaration
public bool CanContentScroll { get; set; }
Property Value
System.
|
ComputedHorizontalScrollBarVisibility
Declaration
public Visibility ComputedHorizontalScrollBarVisibility { get; set; }
Property Value
ComputedVerticalScrollBarVisibility
Declaration
public Visibility ComputedVerticalScrollBarVisibility { get; set; }
Property Value
ContentHorizontalOffset
Declaration
public double ContentHorizontalOffset { get; set; }
Property Value
System.
|
ContentVerticalOffset
Declaration
public double ContentVerticalOffset { get; set; }
Property Value
System.
|
ExtentHeight
Declaration
public double ExtentHeight { get; set; }
Property Value
System.
|
ExtentWidth
Declaration
public double ExtentWidth { get; set; }
Property Value
System.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
HorizontalScrollBarVisibility
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
IsDeferredScrollingEnabled
Declaration
public bool IsDeferredScrollingEnabled { get; set; }
Property Value
System.
|
ScrollableHeight
Declaration
public double ScrollableHeight { get; set; }
Property Value
System.
|
ScrollableWidth
Declaration
public double ScrollableWidth { get; set; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.
|
VerticalScrollBarVisibility
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
ViewportHeight
Declaration
public double ViewportHeight { get; set; }
Property Value
System.
|
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|