I am using the explorer bar and using the Outlook navigation style. The users do not want any icons next to the text for the items and, collectively, we do not like the 'label' type set up. Is there a way to simply remove the default icons?
UltraExplorerBar.ItemSettings.ReserveImageSpace = DefaultableBoolean.False;UltraExplorerBar.ItemSettings.UseDefaultImage = DefaultableBoolean.False;
This really helps. Thanks. But how do we get it to free up the space that the icon was taking? I've got tight screen specs and I need every pixel.
Thanks,
David