-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button not showing when under a CollectionView in StackLayout on iOS #9164
Comments
You mention |
Hi @zuzannaczaja. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Might be related to #9135 |
Like @jfversluis said, we find the button pushed way down. Set entire stacklayout inside scrollview and then scroll down to empty space, and there is your button. We are having major issues with this. |
My version is 6.0.400-preview.22330.6 |
Instead of opening a new issue, has this issue being fixed especially on iOS. |
Verified this on Visual Studio Enterprise 17.7.0 Preview 1.0. Repro on iOS 16.4 with below Project: |
This means the CV will just take infinite space and layout all the controls. If you need to add constraints then use Grid |
Description
I have problem with Button under CollectionView. When I have Button under CollectionView, button isn't visible.
For example:
When I have CollectionView under Button, button is visible.
For example:
On Windows and Android platform I don't have this problem.
Steps to Reproduce
Version with bug
6.0 Release Candidate 2 or older
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.5
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: