Class RadTabbedWindowPanel
Default panel for RadTabbedWindow which hosts tabs, ScrollViewer buttons add tabs button.
Inheritance
Namespace: Telerik.Windows.Controls.TabbedWindow.Panels
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTabbedWindowPanel : Panel, IScrollingServiceCore, IScrollingInfo
Constructors
RadTabbedWindowPanel()
Initializes a new instance of the RadTabbedWindowPanel class.
Declaration
public RadTabbedWindowPanel()
Properties
ExtentHeight
Gets the height of the extent.
Declaration
public double ExtentHeight { get; }
Property Value
System.Double
The height of the extent. |
Implements
ExtentWidth
Gets the width of the extent.
Declaration
public double ExtentWidth { get; }
Property Value
System.Double
The width of the extent. |
Implements
HorizontalOffset
Gets the horizontal offset.
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
The horizontal offset. |
Implements
VerticalOffset
Gets the vertical offset.
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
The vertical offset. |
Implements
ViewportHeight
Gets the height of the viewport.
Declaration
public double ViewportHeight { get; }
Property Value
System.Double
The height of the viewport. |
Implements
ViewportWidth
Gets the width of the viewport.
Declaration
public double ViewportWidth { get; }
Property Value
System.Double
The width of the viewport. |
Implements
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
ScrollHorizontal(Double)
Scrolls the horizontal to the given offset.
Declaration
public void ScrollHorizontal(double offsetX)
Parameters
System.Double
offsetX
The offset X. |
Implements
ScrollVertical(Double)
Scrolls the vertical to the given offset.
Declaration
public void ScrollVertical(double offsetY)
Parameters
System.Double
offsetY
The offset Y. |
Implements
TransformFromDropTargetToViewPort(Point)
Calculate the mouse position relative to the drop element.
Declaration
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
System.Windows.Point
positionInDropTarget
DragDrop related data. |
Returns
System.Windows.Point
Relative DragPoint. |