Gridview Layout alignment #399
darrendelorme
started this conversation in
Bugs
Replies: 1 comment
-
I found the solution to my issue. I added AutoLayout.Alignment = -1; to the ApplySliceNode methods. It would be nice if there were a public field in the inspector that lets you set the alignment for Gridview.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of items that need to be changed and refreshed. I'm using Gridview to lay out the items in a grid, but it is always centred if the items are less than the Cross-Axis Item Count. I would like to be able to left-align the grid view.
Beta Was this translation helpful? Give feedback.
All reactions