最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Windows MAUI not showing images after upgrade - Stack Overflow

programmeradmin2浏览0评论

After a few days without working on a MAUI app, I returned to it today only to have it blow up on my face.

Loudly.

After a few searches online (described here), I was able to make it work again.

Sort of.

Now, the images are not showing.

Has anyone encountered something similar?

All images are defined as MauiImage.

And the image control is pretty basic:

<Image 
    Source="animated.gif"
    HeightRequest="100"
    WidthRequest="100"
    IsAnimationPlaying="True"
    VerticalOptions="End"/>
发布评论

评论列表(0)

  1. 暂无评论