Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I drag and drop Item/Bar in a vertical direction (change the line)?

0
Posted

How do I drag and drop Item/Bar in a vertical direction (change the line)?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123