Exemple #1
0
 private void Init(Formatting Formatting, CollectionViewGuiOptionBase parentlist)
 {
     this.Focusable      = true;
     this.Icon           = SymbolFactory.Copy(parentlist.Icon);
     this.ItemsList      = new List <ListItem>();
     this.ItemFormatting = Formatting;
     this._parent        = parentlist;
 }