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:
you can display data in pivot control , add new pivotitems listbox each 10 items.
you can use stackpanel
orientation="horizontal"
gives possibility slide content horizontally.
Comments
Post a Comment