Problem
** WINDOW **
Missing property ArrayControls() As Control()
You can remove CountControls()
var tb() as Control
tb = Window1. ArrayControls()
print("nb control = ",nb.count)
** CONTROLS **
Control.Refresh() #5 repaint without change left, top,width,height
Control.ToBack()
Control.ToFront() usual with canvas that overlaps
Proposed Solution
Example Workflow
Alternatives Considered
Who Would This Help?