Open Heathermcx opened 10 months ago
When can we expect merge this feature to develop?
I don`t think it must be part of core. There is 2 reasons.
public string? Class => _resizeProvider.Class;
" in ResizerProvider.
Your "provider" now know about view.@zHaytam am I right?
I have added a
ResizeControl
which is anExecutableControl
and has anIResizerProvider
. EachResizeControl
added to a node adds a 'resizer' which is by default, a small box at the corner of the node. When the resizer is dragged, the node resizes.IResizeProvider
provides the position of the resizer and also the behavior for the node when the resizer is dragged. I have included four default implementations ofIResizeProvider
- one for each corner of a node.