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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -