-
Notifications
You must be signed in to change notification settings - Fork 116
Make the bottom most card also visible in full length #28
Comments
This is what i intend for : |
Did you try increasing the content size in TGLStackedLayout -collectionViewContentSize? |
@gleue I too have this issue. I tried fixing per your suggestion but no luck. Do you have any other suggestions? Code:
|
@gleue / @annathomasQB This actually fixed the issue for me and shows the bottom card in its correct "unexposed" size just like the rest of the cards.
|
Try setting property
This will show the last item in full size when stacked. If you want the same size for the exposed layout, just set You may also want to set |
Hi @gleue,
I want one more help again :)
Currently when you have many stacked cells, if you scroll down to the bottom, you can only see a part of the bottom most card.. if you try scrolling to the limit, you can see a part of it..
is it possible to see the last card in full? i hope you get my point..
The text was updated successfully, but these errors were encountered: