CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    5

    ComboBox's List Height?

    I'm trying to set the height of the drop list portion of a VB ComboBox to show all items without a scroll bar (when there are 15 or less items). This is simple to do with both Visual C++ and Access, but in VB I can't seem to find out how to do this. Am I missing something here? The Combo Box's style is Dropdown Combo.


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: ComboBox's List Height?

    Hi

    I've seen a sample that does this at :

    http://www.mvps.org/vbnet/code/_acc/ndxlistapi.htm


    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  3. #3
    Join Date
    May 1999
    Posts
    5

    Re: ComboBox's List Height?

    I can't seem to connect to the URL you mentioned in your reply. Am I doing something wrong? The URL given is: http://www.mvps.org/vbnet/code/_acc/ndxlistapi.htm



  4. #4
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: ComboBox's List Height?

    I have no problems accessing the page (cool samples btw.... :-)


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