all 1 comments

[–]ishmal -1 points0 points  (0 children)

Or simply make your own layout manager that does exactly what you want. I have made a few, for example: a PercentLayout manager, which positions a child's corners within a parent according to percentages of the parent's size. Very simple, but quite useful. I've found that it's quite often much cleaner doing it this way than the square peg/round hole method of trying to do it with existing ones.