>From http://code.google.com/chrome/extensions/toolstrip.html: The toolbar automatically detects how much space a toolstrip needs and reflows. So you can resize your toolstrip dynamically if you need a little more room temporarily.
This works horizontally to the right, but...I cant get this to work vertically upwards. Well I can, but I have to first call chrome.toolstrip.collapse() and then reexpand with chrome.toolstrip.expand(). This causes some terrible flickr issues as I lose state of what the person was doing in the mole as well. Is there plans on supporting dynamic vertical resizing? Or even another API called chrome.toolstrip.resize()? Thanks, Ignac --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
