There are certain user interface elements of the Win 8 Store application that change depending on whether the user has a touch screen. For example, a ScrollViewer, when rendered on a non-touching screen, displays a vertical scroll bar. The scroll bar is hidden on the touch screen.
I would like to customize the user interface of the application by adding additional controls for users who do not have a touch screen. Does anyone know if it is possible to determine if the user has a touch screen?
source
share