Forces a range of System.Windows.Forms.ListViewItem objects to be redrawn.
The ListView.RedrawItems(int, int, bool) method can be used whether the System.Windows.Forms.ListView is in virtual mode or regular mode.
If the ListView.BeginUpdate method has been called prior to the call to ListView.RedrawItems(int, int, bool), the redraw will not occur.