摘要:
public class Sample{void Initialize(){ListBox PersonListBox = new ListBox();PersonListBox.Width = 480; PersonListBox.Height = 800;PersonListBox.ItemTemplate = GetDatatemplate();PersonListBox.ItemsSource = LoadPerson();}//返回绑定数据的自定义数据模板private DataTemplate GetDatatemplate() { StringBuilder sb = new S 阅读全文
posted @ 2011-11-14 14:09
Games
阅读(280)
评论(0)
推荐(0)
浙公网安备 33010602011771号