You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :-(
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.
The text was updated successfully, but these errors were encountered: