开发者

highlight item in spark list

I have two spark lists and want to drag items from one list to the other. When im dragging an item and over the other list item, i want the target item to change the background coloer.

Basically instead of showing the black line indicating that I will drop between elements, I want to see the target item highlight.

Tha开发者_如何学JAVAnks in advance.


Edit: Something that would look similar to this drag and drop:

highlight item in spark list

(source: blogspot.com)


I would ask you to point out a UI precedent where this is standard / expected behavior.

When you drag an itemA onto itemB; and itemB is highlighted somehow, it usually means you're dragging into ItemB. But, in this case you are not dragging item from List1 into the item from List2. [I assume at least].

You'd have to override the list code drag and drop features to make this happen.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜