Domanda

I'm developping an application using the 3.5 Compact Framework on Windows Mobile 6.1. I have a ListView and I want to autoscroll this list when I add an item.

How can I do?

È stato utile?

Soluzione

     listView.EnsureVisible(listView.Items.Count - 1);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top