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