码迷,mamicode.com
首页 > Windows程序 > 详细

WPF Demo3

时间:2017-05-17 11:46:40      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:images   pac   pre   sys   inf   array   需要   auto   width   

<Window x:Class="Demo3.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:sys="clr-namespace:System;assembly=mscorlib"
        Title="MainWindow" Height="162" Width="525">

    <!--x:Class="Demo3.MainWindow" ——入口-->
    <!--使用字符串资源,需要添加引用:xmlns:sys="clr-namespace:System;assembly=mscorlib"-->
    <Grid>
        <ListBox  Height="Auto" FontStyle="Italic" SelectionMode="Single">
            <ListBox.ItemsSource>
                <!--添加资源-->
                <x:Array Type="sys:String">
                    <sys:String>kunkun</sys:String>
                    <sys:String>yangyang</sys:String>
                </x:Array>
            </ListBox.ItemsSource>
        </ListBox>
    </Grid>
</Window>

运行效果如下:

技术分享

 

WPF Demo3

标签:images   pac   pre   sys   inf   array   需要   auto   width   

原文地址:http://www.cnblogs.com/YYkun/p/6866428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!