[C#/WPF] ScrollViewer 엘리먼트 : CanContentScroll 속성과 IScrollInfo 인터페이스를 사용해 컨텐츠 스크롤하기

■ ScrollViewer 엘리먼트에서 CanContentScroll 속성과 IScrollInfo 인터페이스를 사용해 컨텐츠를 스크롤하는 방법을 보여준다.

MainWindow.xaml

MainWindow.xaml.cs

TestProject.zip

Advertisements