ClassTaskBoardColumnContainer
TaskBoardColumnContainer is an user interface (UI) element used as a container for a TaskBoardColumn.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TaskBoardColumnContainer : HeaderedItemsControl, IScrollingServiceCore, IScrollingInfo
Inheritance: objectTaskBoardColumnContainer
Implements:
Constructors
TaskBoardColumnContainer()
Initializes a new instance of the TaskBoardColumnContainer class.
Declaration
public TaskBoardColumnContainer()
Fields
DragDropBehaviorProperty
Identifies the DragDropBehavior property.
Declaration
public static readonly DependencyProperty DragDropBehaviorProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
Properties
DragDropBehavior
Gets or sets the DragDropBehavior for this column.
Declaration
public DragDropBehavior<DragDropState> DragDropBehavior { get; set; }
Property Value
IsExpanded
Gets or sets a value that indicates whether the column container is expanded.
Methods
ClearContainerForItemOverride(DependencyObject, object)
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
GetContainerForItemOverride()
Creates a Task item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
PrepareContainerForItemOverride(DependencyObject, object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
ScrollHorizontal(double)
Scrolls the horizontal to the given offset.
Declaration
public void ScrollHorizontal(double offsetX)
Parameters
offsetX
The offset X.
Implements
TransformFromDropTargetToViewPort(Point)
Calculate the mouse position relative to the drop element.
Declaration
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
Parameters
positionInDropTarget
Point
DragDrop related data.
Returns
Point
Relative DragPoint.
Implements