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

Thread: List box

  1. #1
    Join Date
    Apr 2002
    Posts
    35

    List box

    How can we increase the height of the list box to any size we want. It appears as though it only allows incremental height adjustment.

    Any help?



  2. #2
    Join Date
    Mar 2001
    Posts
    71

    Re: List box

    Hi,
    By default List is configured to show the list items in full that is that the last item visible in the list should be fully vissible and that is why this incrementle height adjustment.

    If you want to change the height to ur specified value then set the 'IntegralHeight' property of listbox to FALSE.

    Hope it Helps



  3. #3
    Join Date
    May 2002
    Location
    Japan
    Posts
    1

    Re: List box

    good advice !

    Jinjiroge

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