ToolBar ScrollButton
I want the toolbar buttons to be scrollable.
I've placed a ToolBar on a Picture control.
The toolbar is bigger and the Picture control is small so the remaining toolbar buttons are hidden. If I make the toolbar.wrappable=true, the remaining buttons are displayed in the next new line, which is distasteble.
I want a ScrollButton on the Top and Buttom of the ToolBar to get the remaining ToolBar Buttons even when the Picture control is small for the toolbar.
Is it possible?
[511 byte] By [
naikosen] at [2007-11-11 10:25:52]

# 1 Re: ToolBar ScrollButton
I don't know of any way to create a scrollable toolbar, but the Windows toolbar control does support displaying a chevron () which displays additional buttons when clicked (for example, see the toolbar in IE5 and 6). For more information, please see http://www.vbaccelerator.com/home/VB/Code/Controls/Toolbar/vbAccelerator_ToolBar_and_CoolMenu_Control/article.asp
# 2 Re: ToolBar ScrollButton
The link is very nice , but also u may use the "TabStrib" control making it as tabBottuns , and disable the multirows .. of course it will not be like the toolbar but it may help sometimes .
Amahdy at 2007-11-11 17:23:45 >
