I have a SmartToolBar control with several Tool items created at run time.
I would like for my users to be able to choose small icons or large icons. To this end, I have two image list controls on the form, iml_Small and iml_Large.
Based on user choice, I set the SmartToolBar’s ItemsImageList property to one or the other image list. The toolbar does not change to use the new image list. It retains the image list property set at design time.
Any ideas? I’ve tried calling the Refresh method after setting the property.
Thanks,
Morgan
Imported from legacy forums. Posted by Morgan (had 2064 views)