Skip to content

Drag window (Form) manually on Screen. #1948

Answered by InfinityGhost
Sarund9 asked this question in Q&A
Discussion options

You must be logged in to vote

Doesn't this provide that functionality? Unless this is to pass through controls for dragging, this property should suffice.

Eto/src/Eto/Forms/Window.cs

Lines 557 to 564 in 4b4de9b

/// <summary>
/// Gets or sets a value indicating that the window can be moved by click+dragging the window background
/// </summary>
public bool MovableByWindowBackground
{
get => Handler.MovableByWindowBackground;
set => Handler.MovableByWindowBackground = value;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sarund9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants