Scrollable User Control

Jan 14 2008 10:39 AM

Hi,

I am looking for some direction vis-a-vis a scrollable control (though no scroll bars - vertical or horizonal should be shown) - the development environment is VS-2005 (using C#). What I am trying to achieve is to develop a control that has an array of icons pasted across it (a single line of icons). At most there should be 3 icons visible at any time - hence a user can use the 5 way scroll button to go left and right within that control without having the main/parent form scroll.

By default, a list of 3 icons are displayed across the top - a user can press the right button on the device and the focus shifts to the next icon/object that is hidden (the control slides to the next object / icon - hence the next object is highlighted and made visible)

Example
object 1 object 2 object 3 | object 4 object 5 object 6

By default object 1,2 and 3 are visible, when i click on the right button once; object 2, 3 and 4 are visible (object 1 gets hidden).

Any help on this would be very helpful.

Thanks

Sid


Answers (1)