-
Notifications
You must be signed in to change notification settings - Fork 96
What is isEqaulSize, isConstantSize?
Daybrush edited this page May 16, 2018
·
32 revisions
None | isEqualSize | isConstantSize | |
---|---|---|---|
Performance boost | X | O | O |
Variable Size | O | O | X |
Constant Size | X | X | O |
Block Error | Error | X | X |
GridLayout | Default | ? | ? |
JustifiedLayout | ? | Recommend | |
FrameLayout | Recommend | Recommend | |
SquareLayout | Recommend | Recommend | |
PackingLayout | ? | Recommend |
- Infinitegrid will change from recommendation to auto apply from
3.4.0
version.