// ================================= // Custom events // ================================= private void OnDumpDropped() { m_treeSortPropery = null; LeftDump.HideDragAndDrop(); RightDump.HideDragAndDrop(); LeftDump.ShowDumpView(); RightDump.ShowDumpView(); }
private void OnTypeTreeBackClicked() { LeftDump.ShowDumpView(); RightDump.ShowDumpView(); ListViewItem listItem = (ListViewItem)RightDump.DumpListView.ItemContainerGenerator.ContainerFromIndex(RightDump.DumpListView.SelectedIndex); if (listItem != null) { listItem.Focus(); } }