Пример #1
0
        public void UpdateItems(SortInfoQueue sortInfoQueue)
        {
            Dictionary <string, string> dictPropertyName = sortInfoQueue.GetDictPropertyName();

            this.SuspendLayout();
            foreach (KeyValuePair <string, TreeListViewItem> item in dictItems)
            {
                UpdateTreeListViewItem(item.Value, dictPropertyName);
            }
            this.ResumeLayout();
        }