ListView: Difference between revisions
Jump to navigation
Jump to search
(→Related links: added GUIListViewEx UDF (by Melba23)]) |
(→Related links: added Listview flicker when in tab item) |
||
Line 14: | Line 14: | ||
* [http://www.autoitscript.com/forum/index.php?showtopic=124980 GUIListViewEx UDF (by Melba23)] | * [http://www.autoitscript.com/forum/index.php?showtopic=124980 GUIListViewEx UDF (by Melba23)] | ||
* [http://www.autoitscript.com/forum/index.php?showtopic=182405 Set HeaderColumn Color in ListView also with GDI+ (group work)] | * [http://www.autoitscript.com/forum/index.php?showtopic=182405 Set HeaderColumn Color in ListView also with GDI+ (group work)] | ||
* [http://www.autoitscript.com/forum/index.php?showtopic=167662 Listview flicker when in tab item (group work)] | |||
[[Category:GUI]] | [[Category:GUI]] |
Revision as of 21:23, 10 May 2016
ListViews And How To Deal With Them
ListViews ...
Related links
Below Links to interesting topics in the forum related to the use of ListView
- Colors and fonts in custom drawn ListViews - UDF version (by LarsJ)
- Custom/owner drawn multi-line header in ListView (by LarsJ)
- Multi-line items in custom drawn ListView (by LarsJ)
- Checkboxes, overlay icons and state images in ListViews (by LarsJ)
- Incremental search in owner drawn ListView (by LarsJ)
- Virtual listviews for huge number of rows (by LarsJ)
- GUIListViewEx UDF (by Melba23)
- Set HeaderColumn Color in ListView also with GDI+ (group work)
- Listview flicker when in tab item (group work)