分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!
有**有j8:
ui
x:class="unitviews.userlistuv"
xmlns=""
xmlns:x=""
xmlns:i="clr-namespace:system.windows.interactivity;assembly=system.windows.interactivity" >
orientation="vertical">
x:name="lst"
itemssource=""
borderbrush="transparent">
eventname="selectionchanged">
command=""
commandparameter="" />
i:eventtrigger>
i:interaction.triggers>
height="30">
width="25"/>
width="220"/>
width="*"/>
grid.columndefinitions>
source=""
style=""
grid.column="0" />
text=""
margin="5 0"
fontsize="18"
grid.column="1">
textblock>
source=""
style=""
grid.column="2" />
grid>
datatemplate>
listbox.itemtemplate>
listbox>
stackpanel>
usercontrol>
vm:
delegatecommand_selectionchangedcmd = null;public delegatecommandselectionchangedcmd return
this._selectionchangedcmd; }}void
selectionchanged(listbox lst)//這個就是選中項啦。user是自定義類
public user selecteduser
給我老師的人工智慧教程打call!
wpf學習筆記
1.選單 普通選單 上下文選單 contextmenu 2.dockpanel 讓元素靠左右上下 3.放入其中的控制項都有新的預設外觀 顯示圖示的方法 button的content中放image 4.多視窗 視窗名字 window title 居中 window windowstartuplocat...
WPF學習筆記
一些定製 使用metrowindow控制項 使用內建樣式 xmlns xmlns x xmlns xmlns x 修改mainwindow.xaml檔案 1.開啟mainwindow.xaml檔案 2.在window標籤中新增屬性 或 3.修改標籤為control metrowindow 如下 xm...
WPF學習筆記
一 sender是觸發事件的控制項。二 xaml中的乙個控制項對應c 的乙個類。三 每個控制項或者元素都是乙個xaml標籤,乙個xaml標籤一般就是new乙個物件。四 屬性賦值的兩種方法 1 2 按鈕五 控制項的name屬性就相當於物件的名稱,類似於person p new person p.nam...