How to make scrollviewer scroll pixels not components (wpf)

后端 未结 1 813
失恋的感觉
失恋的感觉 2021-01-19 06:04

I\'m trying to make my scroll viewer scroll flawlessly, that is I have a scrollviewer and it contains a stackpanel , the stack panel contains a user-made user control. and t

1条回答
  •  余生分开走
    2021-01-19 06:43

    set CanContentScroll="False" and remove the stackpanel height\width

    0 讨论(0)
提交回复
热议问题