Announcement

Collapse
No announcement yet.

Horizontal Scrolling in a list box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Horizontal Scrolling in a list box

    I want to use a listbox to display a multiline and multi column
    report that is larger than the screen. I have got the Vertical
    scrolling working without a problem and I can display a
    horizontal scroll bar. But It does not work.

    1. Can you use a horizontal scroll bar with a list box
    2. if so apart from %WM_HSCROLL what else do you have to add


  • #2
    You have to set the extent of the list box - search the BBS for "LB_SETHORIZONTALEXTENT" and you should find some discussions and probably even some examples.


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X