Beispiel #1
0
 public void ScrollToObject(object obj)
 {
     PlanetListView.ScrollTo(obj, ScrollToPosition.End, true);
 }
Beispiel #2
0
 public PlanetListViewAdapter(Activity context, PlanetListView model)
 {
     this.Context       = context;
     this.Model         = model;
     model.StateChange += (sender, args) => NotifyDataSetChanged();
 }