ComponentFactory.Krypton.Toolkit.KryptonTreeView.ResetItemHeight C# (CSharp) Method

ResetItemHeight() private method

private ResetItemHeight ( ) : void
return void
        private void ResetItemHeight()
        {
            _itemHeightDefault = true;
            UpdateItemHeight();
        }
KryptonTreeView