TIA,
Hans
wxListCtrl is a wrapper around the standard listview common control so I
don't see why your program shouldn't work with it if it works with list
controls in other Windows programs (e.g. notably Windows Explorer).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
I know you are one of the maintainers of the project and know it very
well, but honestly, I doubt that. I don't actually know the
implementation but a standard listview common control is of class
'SysListView32' and there is no such window around. The classname is
'wsWindowClassNR' as my program and others like Spy++ reveal. Like most
other wx-windows too and when I send it a WM_GETTEXT message it responds
with 'control'.
Do you know a document where the internals are described? Something more
detailed than the normal high-level usage. I need to know what happens
under the hood.
Thanks,
Hans
If you use wxListCtrl, there is and Spy++ does reveal it. If you don't see
it, you are either not using wxListCtrl or using its generic implementation
which is not the default in standard wx build.
> Do you know a document where the internals are described? Something more
> detailed than the normal high-level usage. I need to know what happens
> under the hood.
Your best bet is to look at the code.