Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

[SOLVED] $WS_HSCROLL doesn't work on ListView

$
0
0
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:

[ autoit ]      
$list = GUICtrlCreateListView('Files', 10, 10, 380, 230, $LVS_REPORT + $WS_HSCROLL)      ; $LVS_REPORT allow mutiple files to be selected

Also

[ autoit ]      
GUICreate($Title, 400, 320, -1, -1, -1, $WS_EX_ACCEPTFILES + $WS_HSCROLL)

What did I do wrong?

Thanks in advance :)

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>