Is there a standard .NET control for what I call "a two pane picker", or do I have to code it by hand?
Two pane picker:
- The left pane has a list of items.
- The user can pick items from the left pane to put them in the right pane using buttons between the two panes.
- Picked items in the right pane can be reordered with buttons.
An example of the "two pane picker" can be found by right clicking the Quick Access toolbar in Word 2007 and clicking "Customize Quick Access Toolbar..."
Note: If applicable, VB.NET answers preferred, but C# answers are acceptable too.