Hello,
In my software I made a window similar to the toolbox of Visual Studio. Inside it I displayed (in a RadListControl) the various elements that can be used in the program. For each item I display an icon and a name that identify the object.
Now I was asked to display another image after the object name, so the item in list must be composed of Image-Text-Image.
Can I do something like this with the RadListControl?
if I can't, what other control I could use to achieve what I have been asked?
thanks for the help, bye!