CNCGUI.GCodeListView.GCodeListView C# (CSharp) Method

GCodeListView() public method

public GCodeListView ( ) : System
return System
        public GCodeListView()
        {
            // Enable internal ListView double-buffering
            SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);
        }
GCodeListView