The ViewScroller navigation control is modeled after the alphabetic list menu on the iPhone contacts list. It is a great way of adding quick navigation through long lists or lengthy content. Enhance the usability of your app with ViewScroller™ for iPhone.

Features

  • Smooth Scrolling

    The ViewScroller supports the slide gesture similar to the iPhone's native version. The end user can slide their fingertip up and down the list to find the proper selection. This is a user-friendly alternative to using the flick gesture to scroll down long lists of data.

  • Target Any Element

    ViewScroller is able to link to any element with an ID attribute. Each ScrollerItem has a ScrollToId property that tells it which element to navigate to. This property gives you the flexibility to target everything from ASP.NET controls to HTML elements.

  • Full Client-side Model

    The ViewScroller's object model is completely exposed in JavaScript. The rich client-side object model lets you create and manipulate items without needing to PostBack or reload the page. This practice can enhance the performance of your web app dramatically.

  • Supports Images & Text

    The ScrollerItems in the ViewScroller support both images and text. You can add clickable icons in the list by specifying the ImageUrl property of an item. An example is to have a search icon that links to a search field at the top of the list, similar to the native contacts list on the iPhone.