Keyboard resizing

Hi, I can see that kaMove in TatDiagram.KeyActions lets Ctrl and arrow keys move controls.

I am trying to understand kaResize, as I want to resize by the keyboard, much as I can in the Delphi IDE form designer. The code in TatDiagram.KeyDown suggests Shift and arrows is the trigger, but nothing much seems to happen when I use Shift and the arrow keys :confused:

What am I missing?

Thanks

Is this a feature that was work in progress, and never finished, or am I missing some obvious (to all but me) way of getting keyboard-driven control resizing to work?

Indeed, kaResize was never implemented because actually there is no way to automatically define a starting drag point.