|
-
Jun 23rd, 2005, 07:09 AM
#1
Thread Starter
Junior Member
ScrollAlwaysVisible doesn't work
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
-
Jun 24th, 2005, 03:47 AM
#2
Fanatic Member
Re: ScrollAlwaysVisible doesn't work
scrollAlwaysVisiable is not available in the compact framework for listboxs
their are no horizontal scrollbars
i recommend using a listview as this has horizontal scroll
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|