C# Class Glare.Assets.Controls.DoubleBufferedDataGridView

A DataGridView that enables double buffering.
Inheritance: System.Windows.Forms.DataGridView
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
DoubleBufferedDataGridView ( ) : System

Initialise the DoubleBufferedDataGridView.

Method Details

DoubleBufferedDataGridView() public method

Initialise the DoubleBufferedDataGridView.
public DoubleBufferedDataGridView ( ) : System
return System