이상하게 ListBox에서 Item끝으로 터치하면 프로젝트 화면 전체가 움직였다.
여러가지 실험을 해본 결과
xMakeupListPanel.ManipulationBoundaryFeedback += XMakeupListPanel_ManipulationBoundaryFeedback;private void XMakeupListPanel_ManipulationBoundaryFeedback(object sender, ManipulationBoundaryFeedbackEventArgs e){e.Handled = true;}이렇게 해결 하였다..참고 : http://stackoverflow.com/questions/4505772/wpf-listbox-with-touch-inertia-pulls-down-entire-window
'wpf' 카테고리의 다른 글
[WPF] IsolatedStorageManager (0) | 2016.06.08 |
---|---|
프로그램 죽을때 바로 재시작하게 하기 (0) | 2016.05.19 |
SoundPlayer 사용 (0) | 2016.04.25 |
blend 디자인모드 무시 (0) | 2016.04.21 |
Image Filter 사용하기 (이미지 프로세싱) (0) | 2016.04.19 |