Ejemplo n.º 1
0
        public void SetView(HView view)
        {
            var scroll     = view as HScrollView;
            var newContent = scroll.View?.ToForms();

            if (Content == newContent)
            {
                return;
            }
            this.Content = newContent;
        }
Ejemplo n.º 2
0
 public void SetView(HView view)
 {
     listView         = view as HListView;
     this.ItemsSource = currentWrapper = new HotListWrapper(listView);
 }
Ejemplo n.º 3
0
 public void Remove(HView view)
 {
     //throw new NotImplementedException ();
 }
Ejemplo n.º 4
0
 public void Remove(HView view)
 {
 }