Image Dropdown Demonstration in Windows Mobile App

Design Image Dropdown List In Windows Mobile.

Description : The following program shows the implementation of an image dropdown list in a mobile app.
On change of the image dropdown , the image is displayed .
Image path is specified and the image is fetched using the Navigate() method.

Events Used:
Imgchanged() – This event changes the image in a scroll panel by the change of image dropdown list .
An image is changed when a new image name is selected in the image dropdown list.
Namespace Used:

In this program the namespace “Image change“ is used.



Comments