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
 
Back
Top