- I want to see a scrollbar when content doesn't fit in the current size
- AND the list items should not be sorted alphabetically.
I can't make it work.
I tried this:
$style2 = BitOr(0x00800000, 0x10000000) $ItemList1 = GUISetControl("list", "ItemList", 160, 40, 120, 225, $style2)
From the help file:
List box styles Value
LBS_DISABLENOSCROLL 0x1000
LBS_USETABSTOPS 0x0080
Edited by SlimShady, 05 June 2004 - 02:30 PM.





