C
C#4w ago
Mormon Son

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
Thalnos
Thalnos4w ago
I guess when you don't find a way you could go back to the good old pagination instead of virtual scrolling

Did you find this page helpful?