A list control presents lists in a number of formats: list view, report view, icon view and small icon view. So, I understand wxListCtrl is just like Windows Explorer.
3. Re: what's the difference between wxListCtrl and wxListBox
#2618
Posted by: 2003-09-13 20:47:10
The difference is that wxListBox is a simple list of strings that can be selected (single or multiple), while wxListCtrl is more complex, meaning it holds item (not only string) and can have a different "look". wxListCtrl can look like a tree control a la windows explorer, or like a list with more than one column.