Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法知道 ListViewItem 的高度?
(我发现它取决于字体大小..)
谢谢,耶胡迪特
尝试这个:
int xh = ListView.GetItemRect(itemIndex).Height;