Open AndreSteenbergen opened 1 year ago
Popup.UpdateHostSizing respects only scale transform and not rotate:
https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls/Primitives/Popup.cs#L578
Do basically not a bug, but a missing feature. I don't think this is top priority with 1k+ open issues. Could it be possible to sponsor a feature request? Don't know what it would cost...
@AndreSteenbergen I see some options here, yes.
Happy coding
Tim
Try using xrandr --output {YOUR OUTPUT} --rotate {left, right or inverted }
I'll try option 3, as I am programming in my spare time trying to update an old windows app into a cross platform app
xrandr will try al well. Didn't think of that.
xrandr doesn't do anything in DRM mode. So I am stuck waiting for a fix or making a fix
Does using overlay popups fix the issue?
Are you still waiting for the issue?
Yes still looking for a solution
Op za 18 nov. 2023 00:25 schreef Burak Kizilkaya @.***>:
Are you still waiting for the issue?
— Reply to this email directly, view it on GitHub https://github.com/AvaloniaUI/Avalonia/issues/10344#issuecomment-1817244685, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2SG5QEYKEGXCPVNZNYHPDYE7W6BAVCNFSM6AAAAAAU4EW2WWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGI2DINRYGU . You are receiving this because you were mentioned.Message ID: @.***>
On the StarLinuxDrm Function we can pass the drmoptions class. In this class it exists a Pixel Property. I don't know for what this can be. Maybe for the definition of the width and height.
I tried adding a rotation to my app as I am using a screen in portrait mode on raspberry, but I can't get the screen to rotate. Therefore I rotated my app. Wich works fine for 90%. I can;t get the menu to rotate as well.
To Reproduce Add a menu to your application for example:
add a rotation to the entire UI (-90) for example:
Expected behavior I expect all controls including the menu to rotate 90 degrees.
Screenshots
I would like the menu to rotate as well.
Desktop: