Beispiel #1
0
        public void TestInitialize()
        {
            this.Layout = new StackedCompactLayout(new GroupHierarchyAdapter(), 10, 2);

            root = new TestGroup("Grand Total")
            {
                new TestGroup("Direct mail"),
                new TestGroup("Magazine")
            };
        }
 public GridLayoutStrategy(Data.ContainerGeneration.ItemModelGenerator generator, IOrientedParentView view, double defaultItemHeight, int stackCount)
     : base(generator, view)
 {
     this.layout = new StackedCompactLayout(new GroupHierarchyAdapter(), defaultItemHeight, stackCount);
 }