How to create a Scrolling Horizontal menu bar in Windows phone app

In order to build a Scrolling Horizontal menu bar in Windows phone app you need to disable the VerticalScrollbarVisibility and should set the HorizontalScrollbarVisibility to Auto or Hidden as according to your wish. An example is given below.
HorizontalScrollbarVisibility.Hidden

We will be creating a horizontal scrolling list of different images placed inside a Scroll viewer. The code for the following is given below.

The output image is give below

 

 

You can download the project zip file from the link given below
Download full project source file Horizontal list menu.zip