# Walkthrough: Implementing Virtual Mode in the Windows Forms DataGridView Control When you want to display very large quantities of tabular data in a <xref:System.Windows.Forms.DataGridView> control, ...
Each cell within the <xref:System.Windows.Forms.DataGridView> control can have its own style, such as text format, background color, foreground color, and font. Typically, however, multiple cells will ...