Class RadTabbedWindowPanel
Default panel for Rad
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 Rad
Declaration
public RadTabbedWindowPanel()
Properties
ExtentHeight
Gets the height of the extent.
Declaration
public double ExtentHeight { get; }
Property Value
System. The height of the extent. |
Implements
ExtentWidth
Gets the width of the extent.
Declaration
public double ExtentWidth { get; }
Property Value
System. The width of the extent. |
Implements
HorizontalOffset
Gets the horizontal offset.
Declaration
public double HorizontalOffset { get; }
Property Value
System. The horizontal offset. |
Implements
VerticalOffset
Gets the vertical offset.
Declaration
public double VerticalOffset { get; }
Property Value
System. The vertical offset. |
Implements
ViewportHeight
Gets the height of the viewport.
Declaration
public double ViewportHeight { get; }
Property Value
System. The height of the viewport. |
Implements
ViewportWidth
Gets the width of the viewport.
Declaration
public double ViewportWidth { get; }
Property Value
System. The width of the viewport. |
Implements
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
ScrollHorizontal(Double)
Scrolls the horizontal to the given offset.
Declaration
public void ScrollHorizontal(double offsetX)
Parameters
System. The offset X. |
Implements
ScrollVertical(Double)
Scrolls the vertical to the given offset.
Declaration
public void ScrollVertical(double offsetY)
Parameters
System. The offset Y. |
Implements
TransformFromDropTargetToViewPort(Point)
Calculate the mouse position relative to the drop element.
Declaration
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
System. DragDrop related data. |
Returns
System. Relative DragPoint. |