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
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. ComboBox SelectedIndex

ComboBox SelectedIndex

Scheduled Pinned Locked Moved .NET (Core and Framework)
question
2 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.
  • M Offline
    M Offline
    Mike Osbahr
    wrote on last edited by
    #1

    Noticed something odd with this property of the ComboBox control. If the SelectedIndex is greater than zero and I attempt to set it to -1, the value instead changes to zero. If the value is already zero, it will change to -1. Any idea why/how it behaves like this? >>>-----> MikeO

    G 1 Reply Last reply
    0
    • M Mike Osbahr

      Noticed something odd with this property of the ComboBox control. If the SelectedIndex is greater than zero and I attempt to set it to -1, the value instead changes to zero. If the value is already zero, it will change to -1. Any idea why/how it behaves like this? >>>-----> MikeO

      G Offline
      G Offline
      Gerald Leslie Jones
      wrote on last edited by
      #2

      Is it Windows forms or Web forms? In Web forms selectedindex can never be set to -1 as the indexing starts with 0 always. If it is windows forms can you post the code snippet?

      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