Tab Control In WinRT WINDOWS 8 C# -


i new windows 8 app development. creating 1 windows tablet application in visual studio express 2012 windows 8. possible run app tablet because developing application in visual studio 2012 windows 8??? want add tab control app windows phone 7 & 8 supports pivot control have attached 1 image here.enter image description here want add same controls in app image shown. 1 tab control , each tab there tab control. how can add app?? please me

i'd recommend switching visual studio express 2013. 2012 should work 8.0 though. there no tab control in winrt xaml. there grouped gridview or hub control serves similar purposes though. if you'd rather go more classic zune software-like tabbed interface - should put bunch of restyled radiobuttons in horizontally oriented stackpanel here , few overlaid grids underneath, switch visibility of these panels based on checked radiobutton.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -