xaml - Set initial section for a Hub control -


is there way set visible section hubcontrol, while keeping order intact? using defaultsectionindex moves previous sections end, while using

hubcontrol.scrolltosection(1) 

in constructor of page snaps section view. either section start visible or there smooth scroll section 1 once page visilbe.

what mean defaultselectionindex moves previous sections end? hub wrap around; using defaultselectionindex preserve order. happens if continue scrolling right, previous index defaultselectionindex @ end; however, if scroll left of defaultselectionindex, previous section should still there.

i think using defaultselectionindex answer.


Comments

Popular posts from this blog

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

android - Associate same looper with different threads -

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