wpf - Keeping canvas in the same position during scrolling -


i have problems zooming wpf canvas control. zoom canvas using scaletransform operation provieded wpf. problem canvas location changing during zooming. there efficient (and simple) way keep scroll position intact during zooming operation ?? konow set scroll position myself every time unefficient

how using layouttransform instead of rendertransform? didn't mention 1 using, because layouttransform not changing position guess used later.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -