Menu

  • Thread starter Thread starter jimmyjoe
  • Start date Start date
J

jimmyjoe

Hi Everyone,

I'm designing a menu with a transparent border around the static menu items.
This gives the effect of the items "floating". When I try using the
transparent border on the submenu(dynamic) items it comes out white. What
am I missing here or is this a bug?

thanx...
 
Hi

how about this :

myStyle.Add("background-color", "silver");
and it should override the previous value

adlai

--
-------------------------------------
If my answer helped you please press "Yes" bellow

×× ×ª×©×•×‘×” זו עזרה לך, ×× × ×”×¦×‘×¢ "כן"

Adlai Maschiach
http://blogs.microsoft.co.il/blogs/adlaim/
 
I didn't get enough info to try this, but this did give me some ideas. I
captured the menu object and went through the parameters in watch and found
that the DynamicMenuStyle.BorderColor is set correctly ("{Name=Transparent,
ARGB=(0, 255, 255, 255)}". Still displays white. Looks like a bug to me.
What do you think?
 
Back
Top