CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2003
    Posts
    116

    vertical scrolls in multi column listbox

    hi
    how do i put a vertical scrollbar in a multicolum listbox?
    Thanks.

  2. #2
    Join Date
    Jul 2003
    Posts
    116
    i repharse my post here...
    the idea is to show the color boxes as they show in the standard color dialog, but the need here is of a control that cud include vertical scrolling as well. the control has to display a large number of colors in "boxes" say 256, so a scrolling mechanism is a must and to add the misery a vertical scrolling is a must .
    other links on CG have used either static controls or used a lesser number of available colors to display that dont need scrolling at all.
    there must be some way to put a vertical scroll bar in a multiple column listbox, or may be i cud use some other control instead like the list ctrl..... any ideas for it???

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