示例#1
0
 internal void ApplyHeaderStatus()
 {
     if (_headerElement != null && OwningGrid.AreRowHeadersVisible)
     {
         _headerElement.ApplyOwnerStatus();
     }
 }
示例#2
0
 internal void ApplyHeaderStatus(bool animate)
 {
     if (_headerElement != null && this.OwningGrid.AreRowHeadersVisible)
     {
         _headerElement.ApplyOwnerStatus(animate);
     }
 }