Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Toolbar with menu as toolbar item

 
 
Old 10-18-2007   #1 (permalink)
Yoavo


 
 

Toolbar with menu as toolbar item

Hi,
I have a Toolbar with several buttons (with images) on it.
I want that one of the buttons will open a menu, but I want that the button
that open the menu will contain an image.
I tried to add a menu as a toolbar item, but I could not attach an image to
it.

Here is my xaml:
<ToolBarPanel Margin="244,24,61.493,0" VerticalAlignment="Top" Height="56">
<ToolBar Width="348" Height="56">
<Button Height="40.138" x:Name="TBButton1">
<Image Source="Bmp1.bmp" Stretch="Fill"/>
</Button>
<Menu HorizontalAlignment="Center" VerticalAlignment="Center"
Width="45.917" Height="50.875" HorizontalContentAlignment="Center">
<MenuItem HorizontalAlignment="Center"
VerticalAlignment="Center" Width="43.917" Height="41.25"
FontStretch="Normal" FontStyle="Normal" FontWeight="Normal"
HorizontalContentAlignment="Center" Header="File">
<MenuItem Header="New"/>
<MenuItem Header="Exit"/>
</MenuItem>
</Menu>
</ToolBar>
<Image Source="Bmp2.bmp" Stretch="Fill"/>
</ToolBarPanel>

How can I achieve the desired behaviour ?

Yoav.



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Toolbar Address Toolbar Survives SP1 (unlike XP SP3) - Why? Vista performance & maintenance
COPY TO and MOVE TO: Add to Toolbar or Right-Click Menu? Vista file management
How do I drag the Quick Launch toolbar off the Start Menu Vista General
making a quickstart toolbar in a different place than the Address: toolbar Vista General
Toolbar above menu is a kludge isn't it? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46