Hi,
I have a Grid which has 2 columns. The second column is a ScrollViewer.
I am expecting the ScrollViewer to have the same height as the first column and scroll if needed. However, it doesn't scroll unless I set a Height on it.
How to make it scroll and with the height same as the first column?
Thanks.