I have ListView and I need to determine item height.
You can use the GetItemRect() method:
int itemHeight = yourListView.GetItemRect(itemIndex).Height;
I am not 100% sure but this might help:
int itemHeight = listView.Items[itemIndex].GetBounds(ItemBoundsPortion.Entire).Height;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With