Issue with vertical scroll of DataGrid RowDetails

MattNorman

Well-known member
Joined
May 22, 2021
Messages
98
Programming Experience
1-3
I have a data grid which makes use of a row details template to show more detailed info.

The issue I am having is that the row details does not show all rows and seems to be only allowing me to scroll so far.

I have tried various solutions I found with changing IsHitTestVisible and ScrollViewer.CanContentScroll="False" which resolved the issue but made the appearance undesirable and was auto scrolling horizontally even though the data was all on screen.

I'm not sure if the row details were intended to hold a lot of rows (75 in my case) and maybe I am using it for the wrong purpose.

Does anyone know of any workarounds for this?

I don't really understand why I get a scroll bar and can scroll some of the row details but not all.


Scroll.png
 
Back
Top Bottom