1 write to Controller
Microsoft.Maui.Controls (1)
Handlers\Items\ItemsViewHandler.iOS.cs (1)
34
Controller
= CreateController(ItemsView, _layout);
32 references to Controller
Microsoft.Maui.Controls (32)
Handlers\Items\CarouselViewHandler.iOS.cs (9)
21
var goToIndexPath = (
Controller
as CarouselViewController).GetScrollToIndexPath(args.Index);
28
Controller
.CollectionView.ScrollToItem(goToIndexPath,
40
handler.
Controller
.CollectionView.ScrollEnabled = carouselView.IsSwipeEnabled;
45
handler.
Controller
.CollectionView.Bounces = carouselView.IsBounceEnabled;
50
(handler.
Controller
.Layout as CarouselViewLayout)?.UpdateConstraints(handler.PlatformView.Frame.Size);
51
handler.
Controller
.Layout.InvalidateLayout();
56
(handler.
Controller
as CarouselViewController)?.UpdateFromCurrentItem();
63
if (handler.
Controller
is CarouselViewController carouselViewController && carouselViewController.InitialPositionSet)
71
(handler.
Controller
as CarouselViewController)?.UpdateLoop();
Handlers\Items\GroupableItemsViewHandler.iOS.cs (2)
23
(
Controller
as GroupableItemsViewController<TItemsView>).SetScrollAnimationEndedCallback(() => base.ScrollToRequested(sender, args));
36
handler.
Controller
?.UpdateItemsSource();
Handlers\Items\ItemsViewHandler.iOS.cs (15)
20
Controller
?.Disconnect();
27
Controller
.CollectionView.BackgroundColor = UIColor.Clear;
46
protected override UIView CreatePlatformView() =>
Controller
?.View;
51
handler.
Controller
?.UpdateItemsSource();
56
handler.
Controller
?.CollectionView?.UpdateHorizontalScrollBarVisibility(itemsView.HorizontalScrollBarVisibility);
61
handler.
Controller
?.CollectionView?.UpdateVerticalScrollBarVisibility(itemsView.VerticalScrollBarVisibility);
71
handler.
Controller
?.UpdateEmptyView();
76
handler.
Controller
?.UpdateEmptyView();
81
handler.
Controller
?.UpdateFlowDirection();
86
handler.
Controller
?.UpdateVisibility();
97
Controller
?.UpdateLayout(_layout);
110
Controller
.CollectionView.ScrollToItem(indexPath,
126
return
Controller
.GetIndexForItem(args.Item);
137
var collectionView =
Controller
.CollectionView;
155
var potentialContentSize =
Controller
.GetSize();
Handlers\Items\ReorderableItemsViewHandler.iOS.cs (1)
19
(handler.
Controller
as ReorderableItemsViewController<TItemsView>)?.UpdateCanReorderItems();
Handlers\Items\SelectableItemsViewHandler.iOS.cs (3)
25
(handler.
Controller
as SelectableItemsViewController<TItemsView>)?.UpdatePlatformSelection();
30
(handler.
Controller
as SelectableItemsViewController<TItemsView>)?.UpdatePlatformSelection();
35
(handler.
Controller
as SelectableItemsViewController<TItemsView>)?.UpdateSelectionMode();
Handlers\Items\StructuredItemsViewHandler.iOS.cs (2)
33
(handler.
Controller
as StructuredItemsViewController<TItemsView>)?.UpdateHeaderView();
38
(handler.
Controller
as StructuredItemsViewController<TItemsView>)?.UpdateFooterView();