T
Tomislav Bartolin
Hi all,
I need to get a number of visible items currently displayed in a
ListView control(number of items visible without scrolling).
One solution might be calculating the number of items by using single
item's Font.Height property and view's ClientSize.Height property, but
this just doesn't seem right.
Can someone provide a better solution?
Thanks
I need to get a number of visible items currently displayed in a
ListView control(number of items visible without scrolling).
One solution might be calculating the number of items by using single
item's Font.Height property and view's ClientSize.Height property, but
this just doesn't seem right.
Can someone provide a better solution?
Thanks