public static ctrl_TableList columnsWidthToMatchControlSize(this ctrl_TableList tableList)
 {
     tableList.parent().widthAdd(1);                     // this trick forces it (need to find how to invoke it directly
     return(tableList);
 }