SWAPY
SWAPY copied to clipboard
Add `rectangle` property for sub items
At least for a tab item rectangle property can be found.
notepad = app[u'Notepad++']
systabcontrol = notepad.Tab
rectangle = systabcontrol.GetTabRect(tab_index)
Add the property for all sub items(ListView, Tree, etc.) where it is possible.