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. WCF and WF
  4. Combo box items drop dowm

Combo box items drop dowm

Scheduled Pinned Locked Moved WCF and WF
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.
  • S Offline
    S Offline
    SRKSHOME
    wrote on last edited by
    #1

    Hi, I have 2 buttons in a window and a combo box which contains 3 items in it. When TAB is pressed and is on Combo box, its items are not expanding or dropping down. It just focus on the combo box and we have to use down arrow to select items. But what I want is when TAB is pressed and is focussed on Combo, its items should drop down.Which property I should use? many thanks.

    D 1 Reply Last reply
    0
    • S SRKSHOME

      Hi, I have 2 buttons in a window and a combo box which contains 3 items in it. When TAB is pressed and is on Combo box, its items are not expanding or dropping down. It just focus on the combo box and we have to use down arrow to select items. But what I want is when TAB is pressed and is focussed on Combo, its items should drop down.Which property I should use? many thanks.

      D Offline
      D Offline
      Deepak VS
      wrote on last edited by
      #2

      You can handle the GotFocus Event as shown below

      private void ComboBox_GotFocus(object sender, RoutedEventArgs e)
      {
      (sender as ComboBox).IsDropDownOpen = true
      }

      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