BrightIdeasSoftware.ObjectListView.CorrectSubItemColors C# (CSharp) 메소드

CorrectSubItemColors() 보호된 메소드

For some reason, UseItemStyleForSubItems doesn't work for the colors when owner drawing the list, so we have to specifically give each subitem the desired colors
Cells drawn via BaseRenderer don't need this, but it is needed when an owner drawn cell uses DrawDefault=true
protected CorrectSubItemColors ( ListViewItem olvi ) : void
olvi ListViewItem The item whose subitems are to be corrected
리턴 void
        protected virtual void CorrectSubItemColors(ListViewItem olvi)
        {
        }
ObjectListView