Describe the bug
Hello, I am trying to use PDFViewer to just show a PDF while hiding all controls - this is working OK but I noticed that if I resize the application a few controls suddenly show up. Here are some screenshots:
Everything looking as expected:
After resizing the width of the application:
I can also see IsMobileLayout turn to true when this happens:
And if I set it to false the unwanted controls go away.
To Reproduce
Expected behavior
I expect the additional buttons to stay hidden regardless of the size of the control.
Avalonia version
12.1.3
OS
Windows
Additional context
No response
Describe the bug
Hello, I am trying to use PDFViewer to just show a PDF while hiding all controls - this is working OK but I noticed that if I resize the application a few controls suddenly show up. Here are some screenshots:
Everything looking as expected:
After resizing the width of the application:
I can also see IsMobileLayout turn to true when this happens:
And if I set it to false the unwanted controls go away.
To Reproduce
Create a PDF Viewer control
Resize application down
Observe buttons show up.
Expected behavior
I expect the additional buttons to stay hidden regardless of the size of the control.
Avalonia version
12.1.3
OS
Windows
Additional context
No response