first step
This commit is contained in:
@ -155,7 +155,8 @@ namespace Billing.UI
|
||||
itemHeight = rowHeight;
|
||||
}
|
||||
var rect = new Rectangle(0, lastHeight, width, itemHeight);
|
||||
item.Layout(rect);
|
||||
//item.Layout(rect);
|
||||
LayoutChildIntoBoundingRegion(item, rect);
|
||||
lastHeight += itemHeight + spacing;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user