/// <summary>
 /// Get the box that is closest to the center
 /// </summary>
 public ListBox GetCenteredBox()
 {
     return(_listPositionCtrl.GetCenteredBox());
 }