Tagged Questions
0
votes
2answers
328 views
WPF ListView still reserving space when collapsed
I have a WPF ListView within a ScrollViewer.
I need to collapse the ListView and I am trying withthis code (pretty striaghtoforward):
this.myListView.Visibility = Visibility.Collapsed;
Problem is ...