Answer the question
In order to leave comments, you need to log in
How to scroll down in a listbox?
The WPF project, in the ViewModel of the list form, binds to the listbox like this: ItemsSource="{Binding Path=Items, Mode=OneWay}"
When the list list is updated, the contents of the listbox are updated, everything is fine with this.
From what I googled, you can scroll down the listbox like this:
listbox.TopIndex = listbox.Items.Count - 1;
listbox.SelectedIndex = listbox.Items.Count - 1;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question