Hi,
i have a little application running as trayicon. Here i use a RadListBox to add some informations for the user.
In my code behind:
works fine. But how do i scroll down to the latest added item in my ListBox?
Thanks a lot, best Regards
Rene
i have a little application running as trayicon. Here i use a RadListBox to add some informations for the user.
In my code behind:
var item1 =
new
RadListBoxItem() { Content =
"Start Sync"
+ Convert.ToString(i)};
results.Items.Add(item1);
works fine. But how do i scroll down to the latest added item in my ListBox?
Thanks a lot, best Regards
Rene