user145610
user145610

Reputation: 3035

how to Building Universal UAP application from windows phone 8.1 pivot control

I'm new to Windows Universal Apps (UAP 10) applications. We are migrating an application in windows phone 8.1 to windows 10 UAP application. Phone application has Pivot control, since pivot doesn't exists on Windows store, is there a way to easily migrate to windows store with alternate approach for pivot control.

Are there any good real time samples for universal apps (UAP 10)

Upvotes: 0

Views: 1081

Answers (1)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21919

Use the Pivot control. The Pivot is available for the universal device family for Windows 10. It is no longer Windows Phone only.

This is specifically stated in the Windows universal app platform overview (see the Adaptive controls and panels section), and you can find the Pivot in the Windows 10 apps toolbox if you install the SDK.

For samples see Get the Windows universal samples for Windows 10

For a deep look at Windows 10 development check out the build conference starting 29 April.

Upvotes: 4

Related Questions