如何在c#中获得ListViewItem的高度?

时间:2013-07-23 11:22:17

标签: c# winforms listview

有没有办法知道ListViewItem的高度?

(我发现它取决于字体大小..)

谢谢, Yehudit

1 个答案:

答案 0 :(得分:4)

试试这个:

int xh = ListView.GetItemRect(itemIndex).Height;