Class TaskBoardColumnsPanel
A panel to be used as ItemsPanel within RadTaskBoard.
Inheritance
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TaskBoardColumnsPanel : VirtualizingPanel, IScrollInfo, IScrollingServiceCore, IScrollingInfo
Constructors
TaskBoardColumnsPanel()
Initializes a new instance of the Task
Declaration
public TaskBoardColumnsPanel()
Properties
CanHorizontallyScroll
Declaration
public bool CanHorizontallyScroll { get; set; }
Property Value
System.
|
CanVerticallyScroll
Declaration
public bool CanVerticallyScroll { get; set; }
Property Value
System.
|
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
ScrollOwner
Declaration
public ScrollViewer ScrollOwner { get; set; }
Property Value
System.
|
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.
|
LineDown()
Declaration
public void LineDown()
LineLeft()
Declaration
public void LineLeft()
LineRight()
Declaration
public void LineRight()
LineUp()
Declaration
public void LineUp()
MakeVisible(Visual, Rect)
Declaration
public Rect MakeVisible(Visual visual, Rect rectangle)
Parameters
System.
|
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
MouseWheelDown()
Declaration
public void MouseWheelDown()
MouseWheelLeft()
Declaration
public void MouseWheelLeft()
MouseWheelRight()
Declaration
public void MouseWheelRight()
MouseWheelUp()
Declaration
public void MouseWheelUp()
PageDown()
Declaration
public void PageDown()
PageLeft()
Declaration
public void PageLeft()
PageRight()
Declaration
public void PageRight()
PageUp()
Declaration
public void PageUp()
SetHorizontalOffset(Double)
Declaration
public void SetHorizontalOffset(double offset)
Parameters
System.
|
SetVerticalOffset(Double)
Declaration
public void SetVerticalOffset(double offset)
Parameters
System.
|
Explicit Interface Implementations
IScrollingInfo.TransformFromDropTargetToViewPort(Point)
Declaration
Point IScrollingInfo.TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
System.
|
Returns
System.
|
Implements
IScrollingServiceCore.ScrollHorizontal(Double)
Declaration
void IScrollingServiceCore.ScrollHorizontal(double offsetX)
Parameters
System.
|
Implements
IScrollingServiceCore.ScrollVertical(Double)
Declaration
void IScrollingServiceCore.ScrollVertical(double offsetY)
Parameters
System.
|