Example #1
0
 private void RolarParaCima(object sender, EventArgs e)
 {
     BarraDeRolagemScroll.ScrollToAsync(0, 0, true);
 }
Example #2
0
 private void RolarParaSegundaLabel(object sender, EventArgs e)
 {
     BarraDeRolagemScroll.ScrollToAsync(SegundaLabel, ScrollToPosition.Start, true);
 }