728x90
반응형
728x170
▶ style.css
listview image
{
width: 60;
height: 60;
}
728x90
▶ MainPage.xaml
<StackLayout>
<ListView ...>
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Grid>
...
<Image ... />
...
</Grid>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
</StackLayout>
728x90
반응형
그리드형(광고전용)
댓글을 달아 주세요