2 writes to ItemTemplate
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
28
propertyChanged: (b, o, n) => { GetBindableLayoutController(b).
ItemTemplate
= (DataTemplate)n; });
132
newC.
ItemTemplate
= GetItemTemplate(b);