/// <summary>
 /// Get the content ID of the box that is closest to the center
 /// </summary>
 public int GetCenteredContentID()
 {
     return(_listPositionCtrl.GetCenteredContentID());
 }