I'd like to add tab Stops to a previously created listbox. Maybe use a GUICtrlSendMsg() or _SendMessage() but I don't know. Help
#include <GUIConstantsEx.au3>
#include <GuiListBox.au3>
#include <WinAPI.au3>
Example()
Func Example()
Local $aTabs[4] = [3, 100, 200, 300], $idListBox
; Create...