c# - Create pivot like control Windows Phone Silverlight in WinRT and bind Items -


hi wanna recreate pivot control in windows phone , use in windows store apps (winrt). tried mytoolkit seems can not find option bind collection. want pivot header collection items , pivot items collection selected collection pivot. collection this

//class bind in pivot public class categorybooks {     public string categoryname{get;set;}// binding in pivot header     public list<book> books{get;set;}// binding in pivot item listview } 

they built pivot on top of control instead of itemscontrol microsoft's implementation.

i didn't try run samples don't understand control logic. i'd recommend retarget app win 10 if having pivot implementation strong need.

you try hub control has close behavior (although headers behave differently)


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -