Empty rows in DataGrid

How do I fill .NET DataGrid with empty rows ?. I want to bind DataGrid to small collection(say with two items) and i want the grid to display this two rows, and the rest of the grid's viewport should be filled with blank rows. I want to simulate EmptyRows property of TrueDBGrid.

Loader.
Up arrow icon