文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Silverlight 中 自定义的 ListBoxItem如何自适应ListBox的宽度

Silverlight 中 自定义的 ListBoxItem如何自适应ListBox的宽度

时间:2010-11-02  来源:太阳照大神

 

 

 1 <ListBox x:Name="xxx">
2 <ListBox.ItemContainerStyle>
3 <Style TargetType="ListBoxItem">
4 <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
5 </Style>
6 </ListBox.ItemContainerStyle>
7 <ListBox.ItemTemplate>
8 <DataTemplate>
9 <StackPanel>
10 <Grid>
11 <TextBlock Text="www.tech-labs.net" HorizontalAlignment="Left"/>
12 <TextBlock Text="维思实验室" HorizontalAlignment="Right"/>
13 </Grid>
14 </StackPanel>
15 </DataTemplate>
16 </ListBox.ItemTemplate>
17 </ListBox>

 

相关阅读 更多 +
排行榜 更多 +
西安交大通

西安交大通

生活实用 下载
长江云通

长江云通

生活实用 下载
translatez

translatez

生活实用 下载