I have a WPF ListBox that shows a lot of data. I need a smooth scroll, so I set ListBox.ScrollViewer.CanContentScroll to False, which disables virtualization. Now, when I open the tab where this ListBox is located, I canβt see anything in a few seconds, because the ListBox loads / creates items / rendering. I also have a control that shows some animation that indicates that the application is running and the user should wait a bit.
How can I show this control while the ListBox unavailable?
animation wpf xaml rendering listbox
levanovd
source share