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. C / C++ / MFC
  4. How to add horizontal scrollbar to dropdown list

How to add horizontal scrollbar to dropdown list

Scheduled Pinned Locked Moved C / C++ / MFC
questiontutorial
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.
  • C Offline
    C Offline
    Chris Vischer
    wrote on last edited by
    #1

    Hi, how can i add a horizontal scrollbar to the dropdown list of my combobox ? SetHorizontalExtend() won't do anything, although i have added the style WS_HSCROLL. Any idea? TIA Chris

    P 1 Reply Last reply
    0
    • C Chris Vischer

      Hi, how can i add a horizontal scrollbar to the dropdown list of my combobox ? SetHorizontalExtend() won't do anything, although i have added the style WS_HSCROLL. Any idea? TIA Chris

      P Offline
      P Offline
      Paolo Messina
      wrote on last edited by
      #2

      Hi Chris, I think SetHorizontalExtent() works only with a combobox in edit+listbox mode, not a drop-down combo. The problem is that a combobox is actually two controls together and you should set the WS_HSCROLL style of the listbox inside the combobox, which is not simple. I can't help you more than this, sorry :( Cheers, Paolo.

      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