You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation after setting the maxHorizontal the rows alternate in length between maxHorizontal and maxHorizontal -1.
I suggest adding a boolean prop that forces every row to the set maxHorizontal length if it can be filled by tiles. It seems this behaviour is already present when maxHorizontal = 1.
Possible names for this prop are forceLength or forceHorizonal, but the name is really not that important.
The text was updated successfully, but these errors were encountered:
In the current implementation after setting the
maxHorizontal
the rows alternate in length betweenmaxHorizontal
andmaxHorizontal -1
.I suggest adding a boolean prop that forces every row to the set
maxHorizontal
length if it can be filled by tiles. It seems this behaviour is already present whenmaxHorizontal = 1
.Possible names for this prop are
forceLength
orforceHorizonal
, but the name is really not that important.The text was updated successfully, but these errors were encountered: