Example #1
0
 public DLayoutFlow(int columns, int rows, int itemWidth, int itemHeight, DLayoutFlowStyle flow)
     : this(columns, rows, itemWidth, itemHeight)
 {
     layoutFlow = flow;
 }
Example #2
0
 public DLayoutFlow(int columns, int rows, DLayoutFlowStyle flow)
     : this(columns, rows)
 {
     layoutFlow = flow;
 }