How do I drag and drop Item/Bar in a vertical direction (change the line)?
Each bar is movable inside the item, or it can be moved to another item, using the ItemBar(exBarCanMoveToAnother[28]) property which specifies whether the bar can be moved from an item to another. By code, you can use the Items.ItemBar(exBarParent[512]) property to change the bar’s parent from one item to another. A bar can be moved from an item to another, only if in the target item there are no other bars with the same key. The control fires the BarParentChange event just before moving the bar to another item. Use this event to control the items where your bar can be moved.
Related Questions
- I have to support drag & drop from other applications to ExGrid-control, but don know what to do. Can you point me on the right direction?
- The Patient Bar (vertical line) has appeared but it is fainter than the Minus Bar (horizontal line). How should this result be interpreted?
- How do I drag and drop Item/Bar in a vertical direction (change the line)?