Beispiel #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);
        }
Beispiel #2
0
 public override bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
 {
     return(((_ToolbarLayout)oldDelegate).centerMiddle != this.centerMiddle ||
            ((_ToolbarLayout)oldDelegate).middleSpacing != this.middleSpacing ||
            ((_ToolbarLayout)oldDelegate).textDirection != this.textDirection);
 }
Beispiel #3
0
 public override bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
 {
     return(true);
 }