my actual script
[ code='text' ] ( Popup )
$test=GUICtrlCreateListView ("Test|ab", 10,10,185,50 ) GUICtrlCreateListViewItem("xxx|yyy", $test) GUICtrlCreateListViewItem("sdf|sdf", $test) GUICtrlCreateListViewItem("asd|asdd", $test)
I want
[ code='text' ] ( Popup )
$test=GUICtrlCreateListView ("Test|ab", 10,10,185,50 ) GUICtrlCreateListViewItem("xxx|yyy &&& new line asdasd|aasd &&&& new line asdasd|dsaff", $test)
it is possible?
(my list is very large and i want to optimize)

Sign In
Register
Help
MultiQuote
