ComponentFactory.Krypton.Toolkit.KryptonListBox.GetItemHeight C# (CSharp) Method

GetItemHeight() public method

Returns the height of an item in the KryptonListBox.
public GetItemHeight ( int index ) : int
index int The index of the item to return the height of.
return int
        public int GetItemHeight(int index)
        {
            return _listBox.GetItemHeight(index);
        }
KryptonListBox