Create window without title bar that is draggable #2962
Unanswered
pablokentch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can use Pointer events, like I did in this test WinUI3_Transparent |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm converting an application made in WPF to WinUI 3 and Blazor
But I come across a problem to make my custom title bar made in blazor draggable
In WPF there is a
DragMove()
functionI defined in the creation of my application the following:
My blazor title bar I use:
Does anyone know how I can make draggable blazor title bar?
Beta Was this translation helpful? Give feedback.
All reactions