示例#1
0
 private void DisplayAlternativeRelocationAppointmentsSection()
 {
     IsAlternativeAppointmentsSectionVisible = true;
     EquipmentRelocationScrollViewer.ScrollToBottom();
 }
示例#2
0
 private void EquipmentRelocationBackToTopButton_Click(object sender, RoutedEventArgs e)
 {
     EquipmentRelocationScrollViewer.ScrollToTop();
 }