Code Comments
Programming Forum and web based access to our favorite programming groups.Is there a way of forcing the listview control to display a single column (long list with vert. scroll bars) instead of breaking the list into columns with hor. scroll bars? I have a list view with the view property set to list and sometimes it displays a long list and other times it breaks up the list.
Post Follow-up to this message"HLong" <anonymous@discussions.microsoft.com> wrote in message news:08d401c54d9c$f0d89590$a501280a@phx.gbl... > Is there a way of forcing the listview control to display > a single column (long list with vert. scroll bars) instead > of breaking the list into columns with hor. scroll bars? I > have a list view with the view property set to list and > sometimes it displays a long list and other times it > breaks up the list. Set the ListView to Report view and add a single ColumnHeader to it. You can do this at design-time or runtime. -- Mike Microsoft MVP Visual Basic
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.