With a ListView control created in C/C++ with the raw Win32 API, working areas can be set using the LVM_SETWORKAREAS message. Is there method or property for doing the same thing using System.Windows.Forms.ListView?

thanks.