c# - Listbox items slide show -


in application consuming web service , displaying 100 items using listbox. it's working fine.

the items displaying in single page. want display 10 items in 1st slide , if slide screen right left next 10 list items should display.

how can in window phone development using c#?

is concept there in windows phone?

there options issue:

  1. you can display data in pivot control , add new pivotitems listbox each 10 items.

  2. you can use stackpanel orientation="horizontal" gives possibility slide content horizontally.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -