Widget highlight on a dashboard

Hi,

How do I control the blue dotted highlight on a widget inside a dashboard in perspective?
I have a project where they demand to be able to change in which order widgets are stacked on a dashboard. The solution I have is that each widget have a config view which with the standard 'send to back/front' and 'move up/down' buttons. Each widgets have the 'configuring' param which can be use when 'isEditing' is set on the dashboard and then display the config view.
Too change which widget sits on top of which is done by reshuffling of the list of widgets.
The problem I have is that when I select a widget to move, the blue dotted highlight doesn’t follow along. If I move widget[3] in the widgets list to position 4 in the list the highlight then is on whichever widget that now occupies widget[3]. For the operator this will be confusing so I wish do move the highlight along so it’s clear which widget they are interacting with.