コード例 #1
0
 private void RedrawForm()
 {
     LeafList.ResetBindings(); // force update all data bound objects
     GroupsListView();
     boundTreeView1.ExpandAll();
 }
コード例 #2
0
ファイル: AutoTreeView.cs プロジェクト: yzwbrian/MvvmFx
 private void refreshButton_Click(object sender, EventArgs e)
 {
     LeafList.ResetBindings();
 }