ImageViewer 如何控制 点击弹出来的 预览大图 显示的是第几张图片? #5591
Unanswered
yc-2503
asked this question in
Quick start
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
例如,我尝试使用 PreviewIndex="1" 来控制显示索引是1的图片的大图
<ImageViewer Url="@WebsiteOption.CurrentValue.GetAssetUrl("images/bird.jpeg")" PreviewList="PreviewList" PreviewIndex="1"/>
但是似乎没有生效。
All reactions