We have to implement a vertical Gallery of objects (say static text) with fixed focus at the center of screen. Focus will stay at one point and the items will scroll up and down. The list will start from the center of screen. Questions:
- Can this be done using ListView? How?
- Or will I have to extend Gallery object and work on orientation?