Using the SortedDictionary<K,V> to move items from one list control to another
An app I am currently working on uses the paradigm of moving items from one listbox to another instead of doing a DB call for each user interaction. I needed a way to nicely move stuff from left to right and right to left and keep it sorted. By using...(
read more)