728x90
반응형
728x170
▶ MainPage.xaml
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="TestProject.MainPage"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:scg="clr-namespace:System.Collections.Generic;assembly=netstandard">
<CollectionView Margin="10">
<CollectionView.ItemsSource>
<scg:List x:TypeArguments="x:String">
<x:String>Baboon</x:String>
<x:String>Capuchin Monkey</x:String>
<x:String>Blue Monkey</x:String>
<x:String>Squirrel Monkey</x:String>
<x:String>Golden Lion Tamarin</x:String>
<x:String>Howler Monkey</x:String>
<x:String>Japanese Macaque</x:String>
</scg:List>
</CollectionView.ItemsSource>
</CollectionView>
</ContentPage>
728x90
반응형
그리드형(광고전용)
'C# > MAUI' 카테고리의 다른 글
[C#/MAUI/.NET6] AutomationProperties 엘리먼트 : IsInAccessibleTree 첨부 속성 사용하기 (0) | 2022.06.15 |
---|---|
[C#/MAUI/.NET6] AutomationProperties 엘리먼트 : ExcludedWithChildren 첨부 속성 사용하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] SemanticScreenReader 클래스 : Announce 정적 메소드 사용하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] x:TypeArguments 속성 : 제네릭 타입 인자로 복수 타입 사용하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] x:TypeArguments 속성 : 제네릭 타입 인자로 단일 객체 타입 사용하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] XamlCompilationAttribute 클래스 : 페이지 수준에서 XAML 컴파일 활성화하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] XamlCompilationAttribute 클래스 : 어셈블리 수준에서 XAML 컴파일 활성화하기 (0) | 2022.06.15 |
[C#/MAUI/.NET6] On 엘리먼트 : Platform 속성 사용하기 (0) | 2022.06.14 |
[C#/MAUI/.NET6] OnPlatform 엘리먼트 : Thickness 객체 설정하기 (0) | 2022.06.14 |
[C#/MAUI/.NET6] ContentPropertyAttribute 클래스 사용하기 (0) | 2022.06.14 |
댓글을 달아 주세요