WPF Datagrid scrolling
I have a Datagrid that is bound to thousands of rows, so I have enabled RowVirtualization, but I also have large “RowDetail” sections so I can’t use ContentScrolling. But RowVirtualization requires ContentScrolling so I’m not sure what to do
1 Reply
I guess when you don't find a way you could go back to the good old pagination instead of virtual scrolling