예제 #1
0
 /// <summary>Initializes a new instance of the <see cref="VisualListViewColumn" /> class.</summary>
 public VisualListViewColumn()
 {
     embeddedType        = LVActivatedEmbeddedTypes.None;
     _activeControlItems = new ArrayList();
     _columnState        = ColumnStates.None;
     _imageIndex         = -1;
     _lastSortDirection  = SortDirections.Descending;
     _textAlignment      = ContentAlignment.MiddleLeft;
     _width = 100;
     _tag   = null;
 }
예제 #2
0
 /// <summary>Initializes a new instance of the <see cref="VisualListViewColumn" /> class.</summary>
 public VisualListViewColumn()
 {
     _embeddedControlTemplate = null;
     _embeddedType            = LVActivatedEmbeddedTypes.None;
     _activeControlItems      = new ArrayList();
     _columnState             = ColumnStates.None;
     _imageIndex        = -1;
     _lastSortDirection = SortDirections.Descending;
     _textAlignment     = ContentAlignment.MiddleLeft;
     _width             = 100;
     _tag         = null;
     _listView    = null;
     _numericSort = false;
     _checked     = false;
     _checkBoxes  = false;
     _checkBox    = false;
 }