Viva,
Is there a way to have on a listview:
- ListView Line variable height.
- Showing navigation through subitems in a ListView.
Best regards
#include <GUIConstantsEx.au3>
;#include <GUIListViewEx_20110824.au3>; by Melba23
#include <GUIListView.au3>
#include <WindowsConstants.au3>
Gl...