CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    270

    is ti possible to have a listbox

    in which some lines are bigger than the others?

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: is ti possible to have a listbox

    You will have to customize the list box,
    Here is one example of custom control,
    http://www.codeguru.com/cpp/controls...cle.php/c2325/

    This article do not tell you how to make one line bigger, but this teaches how to make a custom control.
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Jul 2005
    Posts
    767

    Re: is ti possible to have a listbox

    Of course but you would have to do all the drawing ...I would you to go for List Control rather with custom draw.

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