Closed BobLd closed 1 year ago
There is in fact an issue when the Child is bigger than the view, not because the Height is set. I'm closing the issue as I'm now using a LayoutTransformControl
to handle zooming
Hi all,
I'd like to reopen this ticket. Using sample application I changed size of Border in first sample to fixed=1300,1300
I was expecting that scroll will appear. However, it's not visible.
I'm not sure if it's issue of the lib or maybe I should do something to handle such cases.
@wieslawsoltes quick search shows me that method CalculateScrollable
does not care about Border size.
In my opinion viewport should be a value of this.Border.Size
not the _element.Border.Size
Hi @wieslawsoltes, thanks a lot for your amazing libraries.
It seems there's a bug in the
ZoomBorder
control when one sets the Height of it's child. The zooming and panning work but theScrollViewer
's scrollBars are not correct.I'm not sure if this is an actual bug or if I'm doing something wrong, or if the issue is in the
ScrollViewer
.One way the reproduce the issue is as follow:
When removing the
ZoomBorder
control, theScrollViewer
's scrolbars are correct: