2016-10-21 80 views
1

我在Mac上的Xamarin Studio 6.1.1中嘗試在設計器中使用XAML設計某些內容,並想知道爲什麼標籤會顯示在預覽中,但圖像不是。Xamarin XAML Designers Preview中未顯示圖片

如果我在iOS-Simulator中運行項目,則會顯示圖像。

這是我的代碼:

<Image Source="images/bla_wifi.png" HorizontalOptions="LayoutOptions.FillAndExpand" VerticalOptions="LayoutOptions.FillAndExpand" Margin="70,70,70,0"/> 
<Label HorizontalOptions="Center" XAlign="Center"> 
    <Label.Text> 
Are you connected to the 
WiFi? 
    </Label.Text> 
</Label> 

任何想法,我能做些什麼,看在預覽圖像?

回答

1

我有同樣的問題,但與Visual Studio。到目前爲止,我可以給出的唯一建議是重新構建解決方案(有時候會有所幫助),並且在心理上繼續將Forms Viewer視爲試驗性的。