Hi,
how can I scroll to the last panellist item?
myList.ScrollTo(myList.Items.Items[myList.Items.Count - 1]);
Is there a better solution?
Kind regards
how can I scroll to the last panellist item?
myList.ScrollTo(myList.Items.Items[myList.Items.Count - 1]);
Is there a better solution?
myList.ScrollTo(myList.Items.Count - 1)