1

I have datagrid on window. I want to send specific row at the bottom of grid depending on condition in code. For ex:

if(!Row.Isenable)
{
///send this row to bottom of grid
}

how can I do this?

4

0 回答 0