Hi,
I need a UserControl to bind to a DataGrid. The purpose is that it contains
some Icons (+- 4), and, when clicked on it (or the spacebar), the next icon
is shown.
Now my question is: how should I make this Usercontrol? At least I need an
ImageList with the Icons in it, but I don't know which Control I should use
to put the Icon in. A PictureBox doesn't seem so nice to me, a Label also
doesn't seem so ideal to me. Is there some control that would suit the best
for this job?
thanks in advance,
Pieter
|