private double GetScrollViewerVerticalOffset()
 {
     return(double.Parse(elements.GetScrollViewerOffsetTextBox().GetText()));
 }