Using a DataRowPanel without a DataGrid component

The DataRowPanel is unpredictable outside a DataGrid; its whole point is that it has columns that line up with the enclosing DataGrid.

What are you trying to use it for here? There is probably a better way!