07 2011 档案
摘要:1,数据表2,XAML制作一个三行的表格<Grid.RowDefinitions><RowDefinition Height="*"/><RowDefinition Height="auto"/><RowDefinition Height="30"/></Grid.RowDefinitions>3,用ListView集合控件承载数据记录View Code <ListView x:Name="listView1" MinWidth="280&
阅读全文
摘要:首先,右键WPF项目引用--添加引用--在(.NET)下,添加System.Windows.Forms和WindowsFormsIntegrationXAML:1添加引用2添加Loaded事件和Click="button1_Click"代码如下:1 <Window x:Class="FLASHPlay.MainWindow"2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"3 xmlns:x="http://schemas.micros
阅读全文
浙公网安备 33010602011771号