ATMLCommonLibrary.controls.lists.SpecificationListControl.lvList_Resize C# (CSharp) Method

lvList_Resize() public method

public lvList_Resize ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        void lvList_Resize(object sender, EventArgs e)
        {
            if( lvList.Columns.Count >= 1 )
                lvList.Columns[0].Width = lvList.Width;
        }