private void FileViewer_TopScrollReached(object sender, EventArgs e) { DiffFiles.SelectPreviousVisibleItem(); DiffText.ScrollToBottom(); }