ZoomContentControl: Items on Canvas not visible in negative quadrants #1303
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Master Issue: #1290
Current behavior
Only items in Quadrant 1 are visible. Panning to negative quadrants is not possible.
Expected behavior
All rectangles in all quadrants should be visible, and panning should allow scrolling to negative quadrants.
How to reproduce it (as minimally and precisely as possible)
Nuget Package:
Affected platform(s):
Anything else we need to know?
From the client:
The code is quite simple: it draws
Rectangles
onCanvas
in all four Quadrants with different colors:In "code behind" I calculate the area occupied by all rectangles in all quadrants and modify the size of a canvas to fit them all.
Problem:
Items on canvas in quadrant 1 are visible, but these on quadrants 2,3,4 are not visible.
ZoomContentControl
has ability to Pan to negative values, so it should be somehow possible to scroll to negative quadrants, but I cannot figure out how should I do it.The text was updated successfully, but these errors were encountered: