ListView.UpdateExtendedStyles Method
.NET Framework 4
Updates the extended styles applied to the list view control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can use the UpdateExtendedStyles method in your derived class to override the extended styles used by the ListView control. If you call this method, you should ensure that the extended styles set by properties on the ListView control are utilized in your derived version of the control.
The following are the properties that apply an extended style to the ListView control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.