WidthResolved returns the width of the underlying tool.
Is there a way of finding out the width of the favourite icon?
Chris,
When accessing the WidthResolved property on an tool, it should return the actual Width of the intance tool you are currently accessing, not the underlying tool. When a tool is added to the Quick Access Toolbar, a new instance tool is created and added to the the UltraToolbarsManager.Ribbon.QuickAccessToolbar.Tools collection. The WidthResolved property off of these tools should provide you with the width of the tool on the QAT.
Feel free to post any follow-up questions if you need further assistance.
Thanks,
Chris.