public override void OnResize()
 {
     table.Reposition();
 }
 public override void OnResize(int width, int height)
 {
     table.Reposition();
 }