Skip to content
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

[Bug]: Unable to resize control dragged from Navigator via KryptonDockingManager.FloatingWindowAdding event #1152

Closed
Ptkatz opened this issue Oct 21, 2023 · 5 comments
Labels
bug Something isn't working completed This issue has been completed.

Comments

@Ptkatz
Copy link

Ptkatz commented Oct 21, 2023

In the latest version I changed FloatingWindow.ClientSize and still cannot resize the control, but it was possible before version 6.2201.4.

        private void kryptonDockingManager_FloatingWindowAdding(object sender, FloatingWindowEventArgs e)
        {
            e.FloatingWindow.ClientSize = new Size(600, 500);
        }

image

@Ptkatz Ptkatz added the bug Something isn't working label Oct 21, 2023
@Ptkatz Ptkatz changed the title Unable to resize control dragged from Navigator via KryptonDockingManager.FloatingWindowAdding event [Bug]: Unable to resize control dragged from Navigator via KryptonDockingManager.FloatingWindowAdding event Oct 21, 2023
@Smurf-IV Smurf-IV self-assigned this Oct 21, 2023
@Smurf-IV Smurf-IV added the under investigation This bug/issue is currently under investigation. label Oct 21, 2023
@Smurf-IV
Copy link
Member

This was caused by #452

@Smurf-IV
Copy link
Member

PR in alpha coming to do this:
DragStartBiggerThanMin

@Smurf-IV Smurf-IV added completed This issue has been completed. and removed under investigation This bug/issue is currently under investigation. labels Oct 22, 2023
@Smurf-IV Smurf-IV removed their assignment Oct 22, 2023
@Ptkatz
Copy link
Author

Ptkatz commented Oct 22, 2023

I used the alpha branch of the library, but an exception occurs when dragging the page.

ezgif-2-8ab7a863c1

@Wagnerp
Copy link
Contributor

Wagnerp commented Oct 22, 2023

I used the alpha branch of the library, but an exception occurs when dragging the page.

ezgif-2-8ab7a863c1 ezgif-2-8ab7a863c1

@Ptkatz Was that using the code that was merged today?

@Smurf-IV
Copy link
Member

@Wagnerp @Ptkatz This is what #1153 is for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed This issue has been completed.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants