[C#/WINUI3/.NET8] Control 클래스 : ItemsRepeater 객체를 사용해 커스텀 컬렉션 컨트롤 만들기

■ Control 클래스에서 ItemsRepeater 객체를 사용해 커스텀 컬렉션 컨트롤을 만드는 방법을 보여준다.

※ 비주얼 스튜디오에서 TestProject(Unpackaged) 모드로 빌드한다.
※ TestProject.csproj 프로젝트 파일에서 WindowsPackageType 태그를 None으로 추가했다.

ItemCollectionControl.cs

App.xaml

MainPage.xaml

MainPage.xaml.cs

TestProject.zip

Advertisements