Hello,
I would like to change the selection mode for the Blox.
Currently, when we use the selection rectangle, if only one of the corners/point is inside of the Bloc/Line, an element is selected.
However, I would like for it to select an element only if all corners/points are inside the selection rectangle.
I tried to unselect the elements in the OnSelectionChange event (with Blox.Presenter.RemoveSelected), but it causes issues.
Is there any way to do this ?
Best regards