This is a migrated thread and some comments may be shown as answers.

Shape connectors issue

1 Answer 35 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
ODB
Top achievements
Rank 1
ODB asked on 04 Jun 2018, 07:25 AM

Hi,

I've been having trouble with shape's connectors. While you drag the connection and try to créate a new connection in another's shape connector it is really hard to hover over the connector and see it change its color to blue "créate connection". 

Is there any way we can change how quickly or how big is the connectors área in order to make this easier for the user?

 

Here you can se a video of what ive said

https://www.dropbox.com/s/9ww0r85ype60p51/x112%20-%20Pall-E%2004_06_2018%209_24_01.mp4?dl=0

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 06 Jun 2018, 11:11 AM
Hi ODB,

To increase the activation radius of the connector you can set the ConnectorHitTestRadius static property of the DiagramConstants. You can check the Global Settings help article where this property is described. Check the following code snippet.
public MainWindow()
{
    InitializeComponent();
    DiagramConstants.ConnectorHitTestRadius = 52;
}

Regards,
Dinko
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Diagram
Asked by
ODB
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or