0
votes
1answer
90 views

Reorder image gallery

I have an unordered list of image thumbnails. Each thumbnail links to the full size image. I use the YUI3 library to allow drag & drop reordering of the thumbnail images (just the out-of-the-box ...
0
votes
0answers
62 views

Best method to make controls movable in a stackpanel

I have a stackpanel that contains 5 1x3 grids. Each grid is the exact same Textbox,combo box and empty cell. I am wanting to use the empty cell to grab and drag that entire grid (up or down) to ...
2
votes
0answers
65 views

Push apart TableViewCells while draging over them. (Similar to UITableViewCellReorderControl)

I want to have a similar functionality like we have with the UITableViewCellReorderControl from the UITableViewCell, but as far as I know I cant use the reordercontrol. I have implemented Drag & ...
2
votes
1answer
472 views

UITableView tap and hold + drag and drop

I wanted to find out how to do the following: I have a UItableView, which enters edit mode when the user taps and holds one of the rows Once it enters edit mode I need the cell to remain selected ...
0
votes
0answers
104 views

how to implement cwac-touchlist for a tree-map type data?

I'm a newbie for Android. I'm trying to reorder a set of data by dragNdrop the item. My data is a TreeMap<float, MyClass>, each item has a identical order which is its key in the map. When I ...
2
votes
1answer
565 views

Drag-and-drop action bar tabs (Android 4.0 ICS)?

Is there anyway to allow users to drag-and-drop the navigation tabs in the ActionBar to reorder them on Android 4.0 ICS? I don't mean tabs in a deprecated TabHost, I mean the tabs that you add to the ...
0
votes
1answer
152 views

JQuery Table Cell ordering Plugin

I to allow user to reorder images that are in a table cells. I found TableDnD but this only can reorder table rows and not cells (I only need to swap td content using drag & drop & don't want ...
2
votes
2answers
3k views

Listbox drag-reorder : Index of the dropped item

I'm using a Listbox wrapped inside a ListBoxDragDropTarget (from the Silverlight toolkit). This ListBox ca be manually reordered by the user. However the last item must always be located at the bottom ...