I have recently downloaded Windows Phone Toolkit (November 2011, 7.1 SDK) but I do not see a few icons in my Visual Studio toolbox like Application bar, am I missing some other installations?
I have recently downloaded Windows Phone Toolkit ( November 2011, 7.1 SDK ) but
Share
Controls (like Panorama, Pivot, AppBar) aren’t in the Toolbox, because they’re not widgets like buttons, text boxes, etc – the compiler treats them differently, and they’re not designed to be ‘placed’ anywhere or used multiple times on a page like widgets are.
Here’s the XAML for the panorama, pivot and app bar, copied from the default projects, for reference;
Panorama
Pivot
App bar