Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. WPF
  4. I need to diplay an image in silverlight image tag while combobox selceted item.

I need to diplay an image in silverlight image tag while combobox selceted item.

Scheduled Pinned Locked Moved WPF
help
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Ch Gayatri Subudhi
    wrote on last edited by
    #1

    Hi, There is no properties in smart tag while selecting a item from combobox combox1_SelectionChanged for dipaying an image.Plz help me for this solution. With Regards, Ch.Gayatri Subudhi

    A 1 Reply Last reply
    0
    • C Ch Gayatri Subudhi

      Hi, There is no properties in smart tag while selecting a item from combobox combox1_SelectionChanged for dipaying an image.Plz help me for this solution. With Regards, Ch.Gayatri Subudhi

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      Your requirement is not clear. Can you give more details

      Arun Jacob http://codepronet.blogspot.com/

      C 1 Reply Last reply
      0
      • A Arun Jacob

        Your requirement is not clear. Can you give more details

        Arun Jacob http://codepronet.blogspot.com/

        C Offline
        C Offline
        Ch Gayatri Subudhi
        wrote on last edited by
        #3

        I need display an image while selcting an item from combobox....like combobox1_selecttionchanged { image1.visibilty==true;///this one giving error } wht i hv to do to display an image With Regards Ch.Gayatri

        A 1 Reply Last reply
        0
        • C Ch Gayatri Subudhi

          I need display an image while selcting an item from combobox....like combobox1_selecttionchanged { image1.visibilty==true;///this one giving error } wht i hv to do to display an image With Regards Ch.Gayatri

          A Offline
          A Offline
          Arun Jacob
          wrote on last edited by
          #4

          If you are trying to change visibility of image control then, image1.Visibility = Visibility.Visible; But you can directly bind the image source from the XAML itself. You may need an IValueConvcerter for converting selected item to image source.

          Arun Jacob http://codepronet.blogspot.com/

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups