Hi I made a custom panel implementing IScrollInfo and it is scrolling fine if the ScrollViewer has its CanContentScroll is true. However i realize that panels like Grid can still scroll even if the ScrollViewer's CanContentScroll is false. How can i do
that for my custom panel?
↧