Version: 3.2.8
vlbox.h File Reference

Classes

class  wxVListBox
 

wxVListBox is a wxListBox-like control with the following two main
differences from a regular wxListBox: it can have an arbitrarily huge
number of items because it doesn't store them itself but uses the
OnDrawItem() callback to draw them (so it is a virtual listbox) and its
items can have variable height as determined by OnMeasureItem() (so it is
also a listbox with the lines of variable height).
More...