Best control to display a good deal of data for review only?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



The application is a VB 6 application on XP Pro, which is pulling data
from different sources and displaying it to the user. Started using a
Listbox to display the data, but without a horizontal scrollbar, longer
data could not be read.

Might could use a textbox control (with scrollbars) but it's not as
clean as the listbox.additem method, so is there something (included in
VB) similarly easy but functional I should look at?

TIA

.



Relevant Pages

  • Re: Best control to display a good deal of data for review only?
    ... >from different sources and displaying it to the user. ... >Listbox to display the data, but without a horizontal scrollbar, longer ... >Might could use a textbox control but it's not as ...
    (microsoft.public.vb.general.discussion)
  • Re: Best control to display a good deal of data for review only?
    ... > The application is a VB 6 application on XP Pro, which is pulling data ... > from different sources and displaying it to the user. ... > Listbox to display the data, but without a horizontal scrollbar, longer ...
    (microsoft.public.vb.general.discussion)
  • Problem with WPF ListBox
    ... I'm in the process of attempting to climb the steep WPF learning cliff and have run into a problem with displaying a count of the number of items in a WPF ListBox. ... the TextBox always display 0 despite many items being listed. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: filling listbox with 13mb array data
    ... >Gota a 13mb log file on my hd which i want to display in a listbox control. ... one method for displaying that much ...
    (microsoft.public.vb.general.discussion)
  • Re: Listbox and Horizontal Scrollbar
    ... If you stretch the Listbox you will find the horizontal bar will appear. ... I am displaying information inside of a listbox that is too long to read so I need a horizontal scroll bar. ...
    (microsoft.public.dotnet.framework.compactframework)