List box-Horizontal Scroll bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

CE.NET 4.2
Symbol MC 9060 device
vb.net
VB_ScanSample1 from the Symbol SDK

I have an app that is scanning fine. The only problem is I can't seem to get
a horizontal scroll bar, which I need. When I try

Me.ListBox1.ScrollAlwaysVisible = True

I get a message after a build saying:
(54): 'ScrollAlwaysVisible' is not a member of 'System.Windows.Forms.ListBox'.

Any ideas?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top