I’ve developed a cross-platform Sudoku app for Android and Windows using MAUI (.NET 9) and Shell, following the MVVM design pattern. The UI is defined in XAML using StackLayout to organize visual elements. Beyond standard gameplay, the app guides users in learning and applying advanced Chain techniques and more. I'm now looking to enhance it by drawing straight lines between cell candidates to visually represent Chain Links.
After many attempts, I’ve managed to retrieve the coordinates of two cell's candidates using drag-and-drop gestures. However, I’m still unable to draw a straight line between them—possibly due to a scaling issue among coordinate systems. Any suggestions on how to achieve this would be greatly appreciated, and a code sample would be even better.
