Bugzilla – Attachment #265816: Proposed patch. for bug #467086
}
#endif
internal void RaiseColumnWidthChanged (ColumnHeader column)
{
int index = Columns.IndexOf (column);
RaiseColumnWidthChanged (index);
#if NET_2_0
#region UIA Framework: Methods, Properties and Events
public int Width {
get { return width; }
set {
width = value;
if (width != value) {
if (owner != null)
owner.Redraw (true);
if (owner != null) {
owner.RaiseColumnWidthChanged (this);
#endregion // Public Instance Properties