Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I get a Horizontal Scroll bar on a lIst box?
Message
From
14/03/2000 16:13:03
 
 
To
14/03/2000 08:30:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00345278
Message ID:
00345547
Views:
13
Hi
In VB I do this:
' make listbox internal width 2 * control width, and display horiz scrollbar
Call SendMessage(lstCommon.hWnd, LB_SETHORIZONTALEXTENT, 2 * lstCommon.Width, ByVal 0&)
I have no idea whether this type of approach is well known to be flawed in VFP, but would like to hear, either way.
[I can explain the above further if there is any point. But I don't even know whether there is a VPF SendMessage() API equivalent]
Previous
Reply
Map
View

Click here to load this message in the networking platform