Hello.
How could I hide this pane (see the attachment)?
I'm using follow settings for nodes (using drag n drop), but can't found approppriate setting for my purpose:
eliminationChart.Model.DefaultSettings.Node = new Node()
{
Constraints = NodeConstraints.Select
| NodeConstraints.PointerEvents
| NodeConstraints.Drag
| NodeConstraints.AllowDrop,
Width = 140,
Height = 30,
BorderWidth = 1
};
Attachment:
CoordinatesPaneOnDrag_5891afd5.7z