-
I want to personalize the toolbar for a project I'm doing but I'm getting the error:
ImageList cannot be modified while another control is bound to it.
I tried to change the name so nothing could be attached to it but it still gave me the same error. How would I make this change?
-
image list
What you need to do is right click on the toolbar and select properties. In the properties, you will see on the General tab a section marked as imagelist. This is where you tell the toolbar what imagelist to link to. If you want to make changes to the toolbar, first you have to sent this property to none, click ok, and then you will be able to edit the imagelist. Once you are finished editing the imagelist, just go back to properties, and then reset the connection to the image list.