Results 1 to 2 of 2

Thread: ScrollAlwaysVisible doesn't work

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Posts
    20

    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

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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
  •  



Click Here to Expand Forum to Full Width