In my application, I have a ListBox with items. The application is written in WPF.
ListBox
How can I scroll automatically to the last added item? I want the
You could try ListBox.ScrollIntoView() method, although there are some problems in some cases...
Here is an example from Tamir Khason: Auto scroll ListBox in WPF