I have ListView and I need to determine item height.
You can use the GetItemRect() method:
int itemHeight = yourListView.GetItemRect(itemIndex).Height;
1.4m articles
1.4m replys
5 comments
57.0k users