Programatically change HubSection Windows Phone -


is possible change hubsection if moved finger per code? e.g. have 3 hubsections, click button in hubsection3 , changes hubsection1.

if assign both hub , sections names, in code-behind can this:

private void button_click(object sender, routedeventargs e) {     myhub.scrolltosection(hubsection1); } 

however ui perspective, wouldn't drive navigation button in way. generally, purpose of hub display content in similar style of magazine, allowing user flick through content @ discretion.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -