Reputation: 4485
From NuGet I added the most recent Windows Phone ToolKit to my solution. I also checked the object Browser and the ToggleSwitch control is definitely there, but I can't add it to my Toolbox (doesn't show up as one of the controls from Choose Toolbox Items...) and also when I start typing on the Xaml page the closest that appears is the ToggleButton.
I added this already to my phoneapplicationpage
xmlns:tk="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
So I'm not sure where to go from here
EDIT: figured out from xaml I'm supposed to do this
<tk:ToggleSwitch></tk:ToggleSwitch>
But I still can't get it into the toolbox if that's even possible
Upvotes: 1
Views: 3093