Exemple #1
0
 public ListViewDataItemGroup()
 {
     items = new ListViewGroupedItemsCollection();
     this.bitState[ExpandedState] = true;
 }
Exemple #2
0
 public ListViewDataItemGroup()
 {
     this.items        = new ListViewGroupedItemsCollection();
     this.bitState[64] = true;
 }