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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ScrollViewer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ScrollViewer()
Declaration
public ScrollViewer()
Fields
ComputedHorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty ComputedHorizontalScrollBarVisibilityProperty
Field Value
ComputedVerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty ComputedVerticalScrollBarVisibilityProperty
Field Value
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
ScrollableHeightProperty
Declaration
public static AutomationProperty ScrollableHeightProperty
Field Value
ScrollableWidthProperty
VerticalOffsetProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
ViewportHeightProperty
ViewportWidthProperty
Properties
ComputedHorizontalScrollBarVisibility
Declaration
public Visibility ComputedHorizontalScrollBarVisibility { get; set; }
Property Value
ComputedVerticalScrollBarVisibility
Declaration
public Visibility ComputedVerticalScrollBarVisibility { get; set; }
Property Value
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
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.
|