The datalist doesn't display all in window phone?

Go To StackoverFlow.com

0

I'm using data list control in Window Phone to display all 50 records from the XML file.

However, only few of them display on the page and I don't see the rest...

How can see all records in the same page? I don't see any vertical bar or roll down on the Emulator?

Thanks

2012-04-04 20:19
by JoeLA
can you post your xaml with the list - thumbmunkeys 2012-04-04 20:59


0

You should use ScrollViewer so you can scroll up and down :)

2012-04-04 21:37
by Ibraheem Osama


0

I just happened to put the mouse cursor in the middle of the page and move up and down and was able see all the records.

Btw, I did tested out by adding the ScrollViewer but it didn't work for me.

2012-04-05 17:07
by JoeLA
Ads