Results 1 to 2 of 2

Thread: Does anyone know if there's a freely available control like this?

  1. #1

    Thread Starter
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,828

    Does anyone know if there's a freely available control like this?

    The application I'm making has a finite amount of space. But there are a lot of buttons needed. So to better take advantage of the space I have available, I want a control that I can add buttons to and then scroll through those buttons with large arrows.

    Something like this:



    It's a touch screen app, so using a typical ScrollViewer isn't ideal.

    Anyone know if this type of control already exists? If not, any tips on where to begin would be greatly appreciated.

    Thanks
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Does anyone know if there's a freely available control like this?

    You can create this easily. 2 buttons and one scrollview (the scrollview works fine in touch). Since you know how many buttons are in the collection, you know how much you must scoll if the user presses <-- or -->
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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