#include <wx/dataview.h>
This model also provides its own wxDataViewIndexListModel::Compare method which sorts the model's data by the index.
This model is not a virtual model since the control stores each wxDataViewItem. Use wxDataViewVirtualListModel if you need to display millions of items or have other reason to use a virtual control.
Public Member Functions | |
wxDataViewIndexListModel (unsigned int initial_size=0) | |
Constructor. |
wxDataViewIndexListModel::wxDataViewIndexListModel | ( | unsigned int | initial_size = 0 |
) |
Constructor.
![]() |
[ top ] |