connections SettingsHandle

0 Answers 1 View
GridView
Farid
Top achievements
Rank 2
Farid asked on 27 Jun 2025, 10:18 AM

Hi. I wrote a program that draws a number of connection (without any shape) in a raddiagram. Now when I click on the connection, some connections get the gear symbol and some don't. Those connections that don't have the symbol appear when I move the start point or end point of the connection. Can you explain why and how I should fix it? Here is a snippet of my code.

Dim theline AsNew RadDiagramConnection With { .StrokeThickness = 3, .StartPoint = New Point(10, 10), .EndPoint = New Point(10, 50), .Name = 1, .IsEditable = False, .IsDraggingEnabled = True, .BackColor = System.Drawing.Color.LawnGreen }

RadDiagram1.Items.Add(theline)

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Farid
Top achievements
Rank 2
Share this question
or