Expression > Gallery > Behaviors > Mouse Over ComboBox DropDown Open
Express yourself! Share your work with other members of the Expression Community.

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

Mouse Over ComboBox DropDown Open

Average Rating:  (2)
Description
Discussions (1)
  • Not Working
    3 Posts | Last Post: October 03, 2009
    • This doesn't seem to work an a VB silverlight application. how do i declare its namespace.
    • Hold on, I will check that for you in VB, but If you ask about namespaces "interaction" and "behavior" they are:
      - "interaction:" is a namespace for "clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
      - "behavior:" is a namespace for behavior's code in your project.

      --
      Jacek Ciereszko
    • OK. I did simple example where I have a VB application with Silverlight and I use my behavior.

      Download link: http://wpierdalaj.pl/blog_resources/BehaviorComboBox/VBBehaviorUse.zip

      I hope it will help you :)

      ---
      Jacek Ciereszko