CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #2

    Re: Horizontal scrollbar in Combox Box

    Do you have some example where this is done, because i've never seen this before, and i really don't know how could do it...

    If you want the scroll bar because the text is larger than the combobox itself, then i suggest you place a tooltip on each item of the combobox by using TITLE on each tag <OPTION>. That will ease the reading of a large content.
    Last edited by davidc2p; February 9th, 2007 at 08:47 AM.
    David Domingues at [email protected]. Feel free to visit http://www.webrickco.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured