/[dotgnu-pnet]/pnetlib/System.Windows.Forms/ColumnHeader.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/ColumnHeader.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ktreichel, Mon May 31 12:50:36 2004 UTC revision 1.6 by drobosson, Sun Aug 7 11:57:20 2005 UTC
# Line 82  using System.ComponentModel; Line 82  using System.ComponentModel;
82                  [Localizable(true)]                  [Localizable(true)]
83                  [DefaultValue(HorizontalAlignment.Left)]                  [DefaultValue(HorizontalAlignment.Left)]
84  #endif  #endif
85                    [TODO]
86                  public HorizontalAlignment TextAlign                  public HorizontalAlignment TextAlign
87                  {                  {
88                          get                          get
# Line 106  using System.ComponentModel; Line 107  using System.ComponentModel;
107    
108                                  if (listView != null)                                  if (listView != null)
109                                  {                                  {
110                                          //TODO: Update ListView                                          // Fix: Update ListView
111                                  }                                  }
112                          }                          }
113                  }                  }
# Line 115  using System.ComponentModel; Line 116  using System.ComponentModel;
116                  [Localizable(true)]                  [Localizable(true)]
117                  [DefaultValue(60)]                  [DefaultValue(60)]
118  #endif  #endif
119                    [TODO]
120                  public int Width                  public int Width
121                  {                  {
122                          get                          get
# Line 131  using System.ComponentModel; Line 133  using System.ComponentModel;
133                                  width = value;                                  width = value;
134                                  if (listView != null)                                  if (listView != null)
135                                  {                                  {
136                                          //TODO: Set Column width                                          // Fix: Set Column width
137                                          //TODO: Update ListView                                          // Fix: Update ListView
138                                  }                                  }
139                          }                          }
140                  }                  }
# Line 167  using System.ComponentModel; Line 169  using System.ComponentModel;
169  #if CONFIG_COMPONENT_MODEL  #if CONFIG_COMPONENT_MODEL
170                  [Localizable(true)]                  [Localizable(true)]
171  #endif  #endif
172                    [TODO]
173                  public string Text                  public string Text
174                  {                  {
175                          get                          get
# Line 197  using System.ComponentModel; Line 200  using System.ComponentModel;
200                                  }                                  }
201                                  if (listView != null)                                  if (listView != null)
202                                  {                                  {
203                                          //TODO: Update ListView                                          // Fix: Update ListView
204                                  }                                  }
205                          }                          }
206                  }                  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26