I have a ListView that allow user to click and drag multiple files into it, but when the path+filename is too long, the listview doesn't display a horizontal scroll.
Tried this without result:
Also
What did I do wrong?
Thanks in advance
Tried this without result:
[ autoit ]
$list = GUICtrlCreateListView('Files', 10, 10, 380, 230, $LVS_REPORT + $WS_HSCROLL) ; $LVS_REPORT allow mutiple files to be selected
Also
[ autoit ]
What did I do wrong?
Thanks in advance
![:)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/smile.png)