-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Elements in same layout doesn't response IsVisible changes [iOS][Mac] #7482
Comments
verified repro on ios15.4 with the above project. |
The same problem can be shown there too: #3410 (comment) |
Hello, we are developing DevExpress .NET MAUI controls and experienced the same issue. It has a High priority for us and we do not have a workaround. Thank you for your help |
@kristinx0211 Hello! Any update on this issue? |
@AidarNurmukhametov did you find a workaround? |
@enisn No, I don't. Temporary solution was to use another layout, I don't consider that a workaround, result is not the same |
@AidarNurmukhametov Have you tried updating VS to the latest preview? This may have been fixed in service release 2. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I've tested it on version |
Description
When an element's IsVisible property is changed, other elements' position doesn't change, they stay in the same position.
Let me explain with following gifs. When I try the same scenario in Windows or Android, everything works great. But it doesn't work as expected on iOS and MacOS.
✅ Works fine:
❌ Doesn't work as expected:
Steps to Reproduce
IsVisible
asfalse
.You can try the opposite, initialize the first element with IsVisible as false and set IsVisible as true via button. You'll see the second element will be rendered on the first element.
Also, I have a repository for my complex situation, you can clone and run
SandboxTreeView
project to reproduce the issue.https://github.com/enisn/TreeView.Maui
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
iOS 15.4
Did you find any workaround?
Unfortunetely.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: