I have a DataGrid full of notes, and it's possible that a note will be taller then the DataGrid's height. When this happens, if you try and scroll down to read the bottom half of the note, the DataGrid immediately skips to the next row.
This not only prevents users from viewing the full note, but also causes the scrolling to feel choppy because it appears to jump around.
Is there a way to tell WPF to scroll smoothly past a long note without disabling the default DataGrid virtualization?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…