Hello! I have some issues with my sfdatagrid getting cut off when a cell is clicked. It looks fine when the application is started, but once I click a cell, the sfdatagrid expands just a little and the last column gets slightly cut off. I am not sure if this is because of a setting on the sfdatagrid or the scroll viewer. The column sizer is set to
mMainwWindow.dataTableMain.ColumnSizer = GridLengthUnitType.Star;
Here is what the datagrid looks like at start up when a cell has not been clicked -
This is what the sfdatagrid looks like once I click a cell and it slightly expands -