I have a ListView which is showing both scroll bars. To achieve that, I places my ListView within a Border located in a Grid like below:
Hi I think i have understand you. So, i am trying:
So, you want to have your ListView at least a height of 370 and then only resizes if the window resizes (increment and decrement of window size).
Setting MinHeight of 2nd RowDefinition could help
.....
Thank you.