2 writes to Controller
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ItemsViewRenderer.cs (2)
104 Controller = CreateController(newElement, _layout); 242 Controller = null;
37 references to Controller
Microsoft.Maui.Controls.Compatibility (37)
iOS\CollectionView\CarouselViewRenderer.cs (7)
27 var goToIndexPath = Controller.GetScrollToIndexPath(args.Index); 34 Controller.CollectionView.ScrollToItem(goToIndexPath, 50 (Controller.Layout as CarouselViewLayout)?.UpdateConstraints(Frame.Size); 51 Controller.Layout.InvalidateLayout(); 72 Controller?.TearDown(); 81 Controller.CollectionView.ScrollEnabled = Carousel.IsSwipeEnabled; 89 Controller.CollectionView.Bounces = Carousel.IsBounceEnabled;
iOS\CollectionView\GroupableItemsViewRenderer.cs (2)
24 Controller?.UpdateItemsSource(); 51 Controller.SetScrollAnimationEndedCallback(() => base.ScrollToRequested(sender, args));
iOS\CollectionView\ItemsViewRenderer.cs (21)
21 public override UIViewController ViewController => Controller; 59 Controller.UpdateEmptyView(); 105 SetNativeControl(Controller.View); 106 Controller.CollectionView.BackgroundColor = UIColor.Clear; 121 if (Controller != null) 123 Controller.UpdateLayout(_layout); 144 Controller.UpdateFlowDirection(); 150 Controller.UpdateItemsSource(); 155 Controller?.UpdateVisibility(); 172 return Controller.GetIndexForItem(args.Item); 178 _defaultVerticalScrollVisibility = Controller.CollectionView.ShowsVerticalScrollIndicator; 183 Controller.CollectionView.ShowsVerticalScrollIndicator = true; 186 Controller.CollectionView.ShowsVerticalScrollIndicator = false; 189 Controller.CollectionView.ShowsVerticalScrollIndicator = _defaultVerticalScrollVisibility.Value; 197 _defaultHorizontalScrollVisibility = Controller.CollectionView.ShowsHorizontalScrollIndicator; 202 Controller.CollectionView.ShowsHorizontalScrollIndicator = true; 205 Controller.CollectionView.ShowsHorizontalScrollIndicator = false; 208 Controller.CollectionView.ShowsHorizontalScrollIndicator = _defaultHorizontalScrollVisibility.Value; 223 Controller.CollectionView.ScrollToItem(indexPath, 241 Controller?.Dispose(); 255 var collectionView = Controller.CollectionView;
iOS\CollectionView\SelectableItemsViewRenderer.cs (2)
48 Controller.UpdateNativeSelection(); 53 Controller.UpdateSelectionMode();
iOS\CollectionView\StructuredItemsViewRenderer.cs (5)
49 Controller.UpdateFooterView(); 50 Controller.UpdateHeaderView(); 74 Controller.UpdateHeaderView(); 79 Controller.UpdateFooterView(); 85 Controller?.UpdateLayoutMeasurements();