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

Max Anchorable Width / Height #396

Closed
PierrePlaziat opened this issue Nov 3, 2022 · 1 comment
Closed

Max Anchorable Width / Height #396

PierrePlaziat opened this issue Nov 3, 2022 · 1 comment

Comments

@PierrePlaziat
Copy link

PierrePlaziat commented Nov 3, 2022

Hello,
Thanks for the amazing work here!

I am looking for a way to limit the width or height of a LayoutAnchorable,
the minimum values works well but it seems there is no maximum values.

After some reading in existing issues, this is logical since layouting should be relative,
but i'd like a specific tool be fixed size:
it wouldnt makes sense to resize it but i want to be able to move it anyway.

I dont know if its possible since it seems to be more about the LayoutAnchorablePane
than the LayoutAnchorable itself.

@Dirkster99
Copy link
Owner

My best bet would be to limit the size of the mainwindow or if that's not possible use a scroll viewer inside the LayoutAnchorable (so you can always display a fixed size content). Otherwise, I am not sure how a max size could possibly be implemented in a Docking environment :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants