PocketPlanner Programmer's Guide

Calendar.SetItemListLane Method

See Also

Sets the lane index for the specified item within a List view whose FreeDrag property is enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void SetItemListLane (
    Item item,
    int lane
)

Visual Basic

Public Sub SetItemListLane ( _
    item As Item, _
    lane As Integer _
)

 Parameters

item
A reference to the Item whose lane index to set.
lane
The zero-based index of the new item lane.

 See Also