You can use the ListView.UpdateExtendedStyles method in your derived class to override the extended styles used by the System.Windows.Forms.ListView control. If you call this method, you should ensure that the extended styles set by properties on the System.Windows.Forms.ListView control are utilized in your derived version of the control.
The following are the properties that apply an extended style to the System.Windows.Forms.ListView control.