I am using a Zoombox wrapping content in viewbox. When this content is resized the viewbox do not show the right things because the ViewBoxFactor is not updated when the size of the real content has changed.
I have had a look to the code and i have found the fact that the Zoombox listen the SizeChanged event on the _content variable but not on the _realcontent variable. Since the variable _viewboxfactor is a result of a ratio of the size between _realcontent and _content, the value is wrong.
Comments: ** Comment from web user: Tekarihoken **
I have had a look to the code and i have found the fact that the Zoombox listen the SizeChanged event on the _content variable but not on the _realcontent variable. Since the variable _viewboxfactor is a result of a ratio of the size between _realcontent and _content, the value is wrong.
Comments: ** Comment from web user: Tekarihoken **
I have submitted a patch correcting this problem.