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
Initializes a new instance of the TaskBoardColumnContainer class.
public TaskBoardColumnContainer()
Fields
DragDropBehaviorProperty
DependencyProperty
Identifies the DragDropBehavior property.
public static readonly DependencyProperty DragDropBehaviorProperty
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
public static readonly DependencyProperty IsExpandedProperty
Properties
Gets or sets the DragDropBehavior for this column.
public DragDropBehavior<DragDropState> DragDropBehavior { get; set; }
Gets or sets a value that indicates whether the column container is expanded.
public bool IsExpanded { get; set; }
Methods
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
GetContainerForItemOverride()
DependencyObject
Creates a Task item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Scrolls the horizontal to the given offset.
Calculate the mouse position relative to the drop element.
public Point TransformFromDropTargetToViewPort(Point positionInDropTarget)
DragDrop related data.
Returns:Point
Relative DragPoint.
Implements: