View Single Post
03/31/17, 10:59 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I'm not sure cuz I've never used a template and much XML stuff.
But it should be enough if you set the parent of the controls that you want to be able to click and move = your TopLevelControl "UCV_GUI".

From your lua code you should be able to drag&drop the total TopLevelControl by either clicking and dragging the TopLevelControl UCV_GUI itsself, or by clicking and dragging UCV_GUI_ListHolder or UCV_GUI_Header.
Not sure if the entries in the ListHolder can be clicked and dragged in order to move the whole TopLevelControl. I'd only make a header line that is able to drag&drop the TLC.
  Reply With Quote