I have ListView and I need to determine item height.
You can use the GetItemRect() method:
int itemHeight = yourListView.GetItemRect(itemIndex).Height;
2.1m questions
2.1m answers
60 comments
57.0k users