Silverlight PathListBox Selecteditem

时间:2012-03-31 21:35:19

标签: c# silverlight xaml

ı尝试了所有的方式ı知道,但它不工作我想要的图像显示图片时,点击路径列表项目在Silverlight这里是我的网站,你可以看到什么ı我尝试点击PhotoGalley比左下角图片点击它比故事板将显示图片ı想要点击PathListbox的图像并将其绑定到图像源比ı可以看到大图片这里创建carosel&的教程PathListbox但当我做lıke他们做样本数据创建表达式混合xap越来越ı没有创建样本数据ı从客户端bin文件夹中的图像文件夹加载图像我的网站Http://forum.websayfaci.net  thx for your hellp

<ec:PathListBox x:Name="pathListBox1" Height="57.388" Canvas.Left="79" Canvas.Top="34" Width="280.248" ItemTemplate="{StaticResource ItemTemplate}" ItemsSource="{Binding Collection}">
            <ec:PathListBox.LayoutPaths>
                <ec:LayoutPath SourceElement="{Binding ElementName=path}" Distribution="Even" FillBehavior="NoOverlap"/>
            </ec:PathListBox.LayoutPaths>
        </ec:PathListBox>

<!--image sources coming from sample collection and this collection created in expreeion blend 4 -->

<Grid DataContext="{Binding SelectedItem, ElementName=pathListBox1}" Height="409" Canvas.Left="79" Canvas.Top="184" Width="247" d:DataContext="{Binding Collection[0]}">
                <Image Source="{Binding Property1}" Margin="0,0,0,8" Stretch="Fill">
                    <i:Interaction.Triggers>
                        <i:EventTrigger EventName="MouseLeftButtonDown">
                            <ei:HyperlinkAction TargetWindow="_tab" NavigateUri="http://websayfaci.net"/>
                        </i:EventTrigger>
                    </i:Interaction.Triggers>
                </Image>
            </Grid>

这个xaml代码运行良好,但让你的xap更大。现在ı尝试不创建集合直接从我的图片文件夹加载图像到PathListbox源直到这里好,但当ı点击路径列表框上的任何图片,它不工作如何绑定或如何工作选择项目的东西

0 个答案:

没有答案