ScrollViewer
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class ScrollViewer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlScrollViewer...
Implements:
Inherited Members
Constructors
C#
public ScrollViewer()
Fields
C#
public static AutomationProperty ComputedHorizontalScrollBarVisibilityProperty
C#
public static AutomationProperty ComputedVerticalScrollBarVisibilityProperty
C#
public static AutomationProperty ExtentHeightProperty
C#
public static AutomationProperty ExtentWidthProperty
C#
public static AutomationProperty HorizontalOffsetProperty
C#
public static AutomationProperty HorizontalScrollBarVisibilityProperty
C#
public static AutomationProperty ScrollableHeightProperty
C#
public static AutomationProperty ScrollableWidthProperty
C#
public static AutomationProperty VerticalOffsetProperty
C#
public static AutomationProperty VerticalScrollBarVisibilityProperty
C#
public static AutomationProperty ViewportHeightProperty
C#
public static AutomationProperty ViewportWidthProperty
Properties
C#
public Visibility ComputedHorizontalScrollBarVisibility { get; set; }
C#
public Visibility ComputedVerticalScrollBarVisibility { get; set; }
C#
public double ExtentHeight { get; set; }
C#
public double ExtentWidth { get; set; }
C#
public double HorizontalOffset { get; }
C#
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
C#
public double ScrollableHeight { get; set; }
C#
public double ScrollableWidth { get; set; }
C#
public double VerticalOffset { get; }
C#
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
C#
public double ViewportHeight { get; set; }
C#
public double ViewportWidth { get; set; }