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. 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
Post a Comment