Exemplo n.º 1
0
        private static void OnItemTemplateChanged(BindableObject bindable, object oldValue, object newValue)
        {
            ExtendedFlexLayout layout = (ExtendedFlexLayout)bindable;

            layout.RecreateItems();
        }
Exemplo n.º 2
0
        static void OnItemsSourceChanged(BindableObject bindable, object oldVal, object newVal)
        {
            ExtendedFlexLayout layout = (ExtendedFlexLayout)bindable;

            layout.RecreateItems();
        }