Why is DataGrid.EnableRowVirtualization is not available in UWP?
I need this so that DataGrid wont instantiate a DataGridRow object for each data item in the bound data source.
This is the best solution to fix auto checking of checkboxes in a DataGrid when user scrolls down and up.
Unfortunately, this is not available in UWP. Is there a work around to fix auto checking of checkboxes in DataGrid when user scrolls up and down?
Thanks~
