Been banging my head against this all morning.
Basically, I have a listbox, and I want to keep people from changing the selection during a long running process, but
I found that putting a disabled ListBox in a ScrollViewer with auto scrolling enabled gives the desired effect.