<
ScrollViewer
PanningMode
=
"Both"
x:Name
=
"ScrollViewer"
ManipulationBoundaryFeedback
=
"ScrollViewer_ManipulationBoundaryFeedback"
>
<
StackPanel
Width
=
"300"
>
</
StackPanel
>
</
ScrollViewer
>
private
void
ScrollViewer_ManipulationBoundaryFeedback(
object
sender, ManipulationBoundaryFeedbackEventArgs e)
{
e.Handled =
true
;
}
'wpf' 카테고리의 다른 글
리스트에 빈칸없이 꽉 차게 넣는 로직 알고리즘 (0) | 2019.01.22 |
---|---|
라디오 컨트롤 바인딩 (0) | 2018.11.13 |
WPF Title Icon 제거하기 (0) | 2018.08.31 |
WPF 강제 소프트웨어 렌더링 설정 (0) | 2018.08.29 |
ViewBox에서 폰트사이즈 고정하기 (0) | 2018.08.07 |