我有一个 Raspberry Pi 3B + ,然后跟随How to Setup a Raspberry Pi Nextcloud server,并尝试设置nextcloud。我安装了 15.0.0版本,而不是在“安装nextcloud”步骤的步骤2的curl命令中提供的13.0.4。
<ListView x:Name="Ideas" SeparatorColor="Accent" SeparatorVisibility="Default" ItemsSource="{Binding idea}" >
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Frame BackgroundColor="Bisque" Padding="2" Margin="0,1,0,1">
<Label Text="{Binding idea}" VerticalTextAlignment="Center" FontSize="Small" HorizontalOptions="FillAndExpand"></Label>
</Frame>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>