/**
@class wxVListBox
- @wxheader{vlbox.h}
wxVListBox is a wxListBox-like control with the following two main
differences from a regular wxListBox: it can have an arbitrarily huge
*/
wxPoint GetMargins() const;
+ /**
+ Returns the rectangle occupied by this item in physical coordinates.
+
+ If the item is not currently visible, returns an empty rectangle.
+
+ @since 2.9.0
+ */
+ wxRect GetItemRect(size_t item) const;
+
/**
Returns the index of the next selected item or @c wxNOT_FOUND if there
are no more.