private static void OnItemTemplateChanged(BindableObject bindable, object oldValue, object newValue) { ExtendedFlexLayout layout = (ExtendedFlexLayout)bindable; layout.RecreateItems(); }
static void OnItemsSourceChanged(BindableObject bindable, object oldVal, object newVal) { ExtendedFlexLayout layout = (ExtendedFlexLayout)bindable; layout.RecreateItems(); }