There is the first time I'm going to do a particular control in C#. The control is a ListBox of items that will have an up arrow and a down arrow on the side. When you select an item in the ListBox, you can use the up and down arrow arrows to reposition that item in the ListBox.
My two questions are: (1) Is there a prebuilt control for something like this, before I start writing my own?
and if not
(2) I'm not sure what control to use for the up / down arrows. I could use buttons that say "Up" and "Down", but I'd prefer actual arrows and am not sure the best way to go about making those.
I am using VisualStudio2008 and .NET Framework 2.0.