public void OnScroll(float screenFraction)
 {
     _fragment.UpdateWorkspaceHeader(Math.Round(screenFraction));
 }