Property ExpandLastColumn
ExpandLastColumn
Determines rendering when the last column in the table is visible but it's content or MaxWidth is less than the remaining space in the control. True (the default) will expand the column to fill the remaining bounds of the control. False will draw a column ending line and leave a blank column that cannot be selected in the remaining space.
public bool ExpandLastColumn { get; set; }