Im very new to VFP, I dont seem to get any scrollbar property on the listbox.Can you put n Horizontal scrollbar on a listbox.Any help will be appreciated.
Listboxes in VFP do not have horizontal scroll bars. Grids do. If the information that you wish to display is unusually wide, consider using a grid instead of a listbox.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Thanks for the suggestions.
I did think of a grid rather, but this is only an option if I dont have other tricks.
I like the ItemTip idea, I set it to true but it didnt help??? - if Im right it should be like a tooltip
Yes, it looks like a tooltip, but keep in mind that it will only be visible if the text in the listbox item (the one under the mouse) is wider than the listbox itself.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
In addition to Mikes explanation, if multicolumns in the list box, tooltips will only work if the text in the First column is wider than the width of the list box. Tooltips will not work for the second, third... columns.
If your first column is not wide enough, see the, "Display text, in Item Tips, in a multiple column List Box", in my F&Q's
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.