CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    List Box - item height

    How can i get the height of each item within a list box?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: List Box - item height

    ...by sending the LB_GETITEMHEIGHT message via SendMessage API to the Listbox.


  3. #3
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: List Box - item height

    You might want to check the .TextHeight property of some controls in accordance to Font.Size of your Listbox.


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