Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can scrollbars be turned off for ListBox in VFP8?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00709750
Message ID:
00710844
Views:
17
Hi!

Sorry, but ListView is also MS control used very widely (ActiveX). That is why I was confused. VFP's control is ListBox, not a ListView control.

Sure, in VFP8 it should work better and scroll bars should not be visible anymore for native ListBox control.

>I am using the VFP listview control not an activeX control.
>
>Simon
>
>
>Hi!
>>
>>>>>Is there a wordwrap feature for the editbox so that the text did not always wrap in the control? Sometimes it is better to have long lines that do not wrap when you want to use the editbox to list items one row at a time.
>>>>>
>>>>
>>>>No, there is no such feature. I can suggest you to use some ActiveX in this case, such as ListView, WEB Browser or DHTMLEdit controls (RTF control behaves the same as VFP EditBox).
>>>
>>>I am using a listview for this situation but I have the problem mentioned above with the scroll bars.
>>>
>>
>>Well, ActiveX controls could not be clipped by usual VFP controls. There is a big difference - VFP control is drawn by VFP on the form, when ActiveX control is a really new Windows window, that will overlap anything VFP draws on its form. No wonder with listView control you also could not get rid of sroll bars.
>>
>>Sorry, I thought ListView control have ability to switch off scroll bars.
>>
>>Then you can use WEB Browser control and render in it HTML page generated by VFP with the list you require. You can switch off there scrollbars, I know this for sure < S >.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform