Beispiel #1
0
        private static void OnItemTemplateChanged(BindableObject bindable, object oldValue, object newValue)
        {
            ExtendedFlexLayout layout = (ExtendedFlexLayout)bindable;

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

            layout.RecreateItems();
        }