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
AutomationProperty
|
ComputedVerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty ComputedVerticalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
AutomationProperty
|
HorizontalScrollBarVisibilityProperty
Declaration
public static AutomationProperty HorizontalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
ScrollableHeightProperty
Declaration
public static AutomationProperty ScrollableHeightProperty
Field Value
AutomationProperty
|
ScrollableWidthProperty
VerticalOffsetProperty
VerticalScrollBarVisibilityProperty
Declaration
public static AutomationProperty VerticalScrollBarVisibilityProperty
Field Value
AutomationProperty
|
ViewportHeightProperty
ViewportWidthProperty
Properties
ComputedHorizontalScrollBarVisibility
Declaration
public Visibility ComputedHorizontalScrollBarVisibility { get; set; }
Property Value
Visibility
|
ComputedVerticalScrollBarVisibility
Declaration
public Visibility ComputedVerticalScrollBarVisibility { get; set; }
Property Value
Visibility
|
ExtentHeight
Declaration
public double ExtentHeight { get; set; }
Property Value
System.Double
|
ExtentWidth
Declaration
public double ExtentWidth { get; set; }
Property Value
System.Double
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
|
HorizontalScrollBarVisibility
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
ScrollableHeight
Declaration
public double ScrollableHeight { get; set; }
Property Value
System.Double
|
ScrollableWidth
Declaration
public double ScrollableWidth { get; set; }
Property Value
System.Double
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
|
VerticalScrollBarVisibility
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
ScrollBarVisibility
|
ViewportHeight
Declaration
public double ViewportHeight { get; set; }
Property Value
System.Double
|
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|