Your listing may return to the beginning after you drag an item to a collection. The reason is in the last line of the following (2213, ted.vb) If effects <> DragDropEffects.None Then Main.Search() The Main.Search() command clears the listing and re-displays it from the start, so the current selection is lost. Change it to: If effects <> DragDropEffects.None Then Main.Refresh() |
This is fixed in the version 1.6. |
This is fixed in the version 2.0. |
This is fixed in the version 2.0.xxxx.1. The saved searches that are pinned, continue to non restore directory style and sort order. |