Esempio n. 1
0
        public override bool shouldRelayout(MultiChildLayoutDelegate _oldDelegate)
        {
            _AllSectionsLayout oldDelegate = _oldDelegate as _AllSectionsLayout;

            return(this.tColumnToRow != oldDelegate.tColumnToRow ||
                   this.cardCount != oldDelegate.cardCount ||
                   this.selectedIndex != oldDelegate.selectedIndex);
        }
Esempio n. 2
0
 public override bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
 {
     return(((_ToolbarLayout)oldDelegate).centerMiddle != this.centerMiddle ||
            ((_ToolbarLayout)oldDelegate).middleSpacing != this.middleSpacing ||
            ((_ToolbarLayout)oldDelegate).textDirection != this.textDirection);
 }
Esempio n. 3
0
 public override bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
 {
     return(true);
 }