ClassTreeViewPanel
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class TreeViewPanel : VirtualizingPanel, IAutomationPeer, IPeerConverter, ITreeViewPanel, IVirtualizingStackPanel, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPanelVirtualizingPanelTreeViewPanel
Implements:
Inherited Members
Constructors
TreeViewPanel()
Declaration
cs-api-definition
public TreeViewPanel()
Fields
VerticalOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty VerticalOffsetProperty
Field Value
Properties
VerticalOffset
Get the vertical offset.
Declaration
cs-api-definition
public double VerticalOffset { get; }
Property Value
Implements
ViewportOffset
Get the viewport offset.
Methods
SetVerticalOffset(double)
Set the vertical offset.
Declaration
cs-api-definition
public void SetVerticalOffset(double offset)
Parameters
offset
The offset to set.
Implements