Does anyone have any ideas on how to maintain positioning of controls for multi-line tabs?
The following is the best I could come up with but it seems entirely cumbersome.
#include <TabConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <array.au3>
#include <GuiTab.au3>
#AutoIt3Wrapper_Add_Constants=n
local $gui010 = guicreate('',500,500)
local $lbl010 = guictrlcreatelabel('',20,30,200,20,$ss_sunken)
local $inp010 = guictrlcrea