Click to See Complete Forum and Search --> : How to set scrolling property for canvas in WPF


Shythal
May 29th, 2009, 04:28 AM
Hi,

I am working on a WPF application. In this I have to set scrolling property for canvas.

If any one have any idea how to do this please reply me.



Thanks in advance.

gurge60
June 3rd, 2009, 03:15 PM
To scroll a Canvas, stick it in a ScrollViewer:


<ScrollViewer>
<Canvas />
</ScrollViewer>