public int ScreenCount() {
   return Int_.DivAndRoundUp(this.LinesTotal(), this.LinesPerScreen());
 }